linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] tools/testing: expand mremap testing
@ 2025-07-21 17:33 Lorenzo Stoakes
  2025-07-21 17:33 ` [PATCH 1/3] tools/testing/selftests: add mremap() shrink test for multiple VMAs Lorenzo Stoakes
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Lorenzo Stoakes @ 2025-07-21 17:33 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Liam R . Howlett, Vlastimil Babka, Jann Horn, Pedro Falcato,
	linux-mm, linux-kernel

Expand our mremap() testing to further assert that behaviour is as
expected.

There is a poorly documented mremap() feature whereby it is possible to
mremap() multiple VMAs (even with gaps) when shrinking, as long as the
resultant shrunk range spans only a single VMA.

So we start by asserting this behaviour functions correctly both with an
in-place shrink and a shrink/move.

Next, we further test the newly introduced ability to mremap() multiple
VMAs when performing a MAP_FIXED move (that is without the size being
changed), firstly by asserting that MREMAP_DONTUNMAP has no bearing on this
behaviour.

Finally, we explicitly test that such moves, when splitting source VMAs,
function correctly.

Lorenzo Stoakes (3):
  tools/testing/selftests: add mremap() shrink test for multiple VMAs
  tools/testing/selftests: test MREMAP_DONTUNMAP on multiple VMA move
  tools/testing/selftests: explicitly test split multi VMA mremap move

 tools/testing/selftests/mm/mremap_test.c | 235 ++++++++++++++++++++++-
 1 file changed, 225 insertions(+), 10 deletions(-)

--
2.50.1


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

end of thread, other threads:[~2025-07-21 19:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-21 17:33 [PATCH 0/3] tools/testing: expand mremap testing Lorenzo Stoakes
2025-07-21 17:33 ` [PATCH 1/3] tools/testing/selftests: add mremap() shrink test for multiple VMAs Lorenzo Stoakes
2025-07-21 17:33 ` [PATCH 2/3] tools/testing/selftests: test MREMAP_DONTUNMAP on multiple VMA move Lorenzo Stoakes
2025-07-21 17:33 ` [PATCH 3/3] tools/testing/selftests: explicitly test split multi VMA mremap move Lorenzo Stoakes

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