linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] vma: fix unmapped_area()
@ 2025-01-27  7:55 Wei Yang
  2025-01-27  7:55 ` [PATCH 1/2] mm/vma: fix gap check for unmapped_area with VM_GROWSDOWN Wei Yang
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Wei Yang @ 2025-01-27  7:55 UTC (permalink / raw)
  To: akpm, Liam.Howlett, lorenzo.stoakes, vbabka, jannh; +Cc: linux-mm, Wei Yang

The gap check in unmapped_area() seems not correct.

Add test cases to verify the behavior.

Wei Yang (2):
  mm/vma: fix gap check for unmapped_area with VM_GROWSDOWN
  tools: testing: add unmapped_area() tests

 mm/vma.c                         |   2 +-
 tools/testing/vma/vma.c          | 177 +++++++++++++++++++++++++++++++
 tools/testing/vma/vma_internal.h |   2 +-
 3 files changed, 179 insertions(+), 2 deletions(-)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2025-01-28  6:48 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-27  7:55 [PATCH 0/2] vma: fix unmapped_area() Wei Yang
2025-01-27  7:55 ` [PATCH 1/2] mm/vma: fix gap check for unmapped_area with VM_GROWSDOWN Wei Yang
2025-01-27 12:08   ` Lorenzo Stoakes
2025-01-28  3:30     ` Wei Yang
2025-01-28  6:32       ` Lorenzo Stoakes
2025-01-27  7:55 ` [PATCH 2/2] tools: testing: add unmapped_area() tests Wei Yang
2025-01-27 12:26   ` Lorenzo Stoakes
2025-01-27 10:50 ` [PATCH 0/2] vma: fix unmapped_area() Lorenzo Stoakes
2025-01-28  1:56   ` Wei Yang
2025-01-28  6:38     ` Lorenzo Stoakes
2025-01-27 14:19 ` Liam R. Howlett
2025-01-28  2:00   ` Wei Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox