On Tue, 06 May 2025 15:44:32 +0200 Ignacio Moreno Gonzalez via B4 Relay devnull+Ignacio.MorenoGonzalez.kuka.com@kernel.org wrote:
commit c4608d1bf7c6 ("mm: mmap: map MAP_STACK to VM_NOHUGEPAGE") maps the mmap option MAP_STACK to VM_NOHUGEPAGE. This is also done if CONFIG_TRANSPARENT_HUGETABLES is not defined. But in that case, the VM_NOHUGEPAGE does not make sense.
Fixes: c4608d1bf7c6 ("mm: mmap: map MAP_STACK to VM_NOHUGEPAGE") Cc: stable@vger.kernel.org
Mixing -stable and non-stable patches in a single series is troublesome, because the timing and targeting of these patches are quite different. I usually have to split them apart, munge around the changelogging and generally do things which I'd prefer you had done in the original!
So please consider presenting these as two standalone patches.