linux/tools/testing/vma
Ethan Nelson-Moore 22709abff9 mm: fix CONFIG_STACK_GROWSUP typo in tools/testing/vma/include/dup.h
Commit 2b6a3f061f ("mm: declare VMA flags by bit") significantly
refactored the header file include/linux/mm.h.  In that step, it
introduced a typo in an ifdef, referring to a non-existing config option
STACK_GROWS_UP, whereas the actual config option is called STACK_GROWSUP.

Commit 40a4af52e0 ("mm: fix CONFIG_STACK_GROWSUP typo in mm.h") fixed
this typo in the mm.h header file, but did not update the copy of the code
in tools/testing/vma/include/dup.h.  Update this copy as well.

Commit message adapted from the above-referenced fix to mm.h.

Link: https://lore.kernel.org/20260611012258.432043-1-enelsonmoore@gmail.com
Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
Reviewed-by: Lorenzo Stoakes <ljs@kernel.org>
Cc: Alice Ryhl <aliceryhl@google.com>
Cc: Jann Horn <jannh@google.com>
Cc: Liam R. Howlett <liam@infradead.org>
Cc: Pedro Falcato <pfalcato@suse.de>
Cc: Vlastimil Babka <vbabka@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2026-08-24 18:43:12 -07:00
..
include mm: fix CONFIG_STACK_GROWSUP typo in tools/testing/vma/include/dup.h 2026-08-24 18:43:12 -07:00
linux tools: testing: use existing atomic.h for vma/maple tests 2025-09-13 16:55:25 -07:00
tests tools/testing/vma: expand VMA merge tests to assert anon pgoff 2026-08-24 18:42:53 -07:00
.gitignore
main.c mm: abstract reading sysctl_max_map_count, and READ_ONCE() 2026-04-05 13:53:28 -07:00
Makefile tools/testing/vma: default VMA, mm flag bits to 64-bit 2026-08-04 19:19:04 -07:00
shared.c mm: propagate VMA anonymous page offset on map, remap, split + merge 2026-08-24 18:42:52 -07:00
shared.h tools/testing/vma: output compared expression on ASSERT_[EQ, NE]() 2026-08-04 19:19:04 -07:00
vma_internal.h mm/vma: fix self-merge check in copy_vma() 2026-08-24 18:42:51 -07:00