Re: [PATCH 00/11] mm/mremap: introduce more mergeable mremap via MREMAP_RELOCATE_ANON
From: David Hildenbrand
Date: Tue Jun 17 2025 - 07:59:16 EST
On 17.06.25 12:57, Lorenzo Stoakes wrote:
On Tue, Jun 17, 2025 at 10:45:53AM +0200, David Hildenbrand wrote:
mremap() is already an expensive operation ... so I think we need a pretty
convincing case to make this configurable by the user at all for each
individual mremap() invocation.
My measurements suggest, unless you hit a very unfortunate case of -huge
faulted in range all mapped PTE- that the work involved is not all that
much more substantial in terms of order of magnitude than a normal mremap()
operation.
Which means we could at least try without such a flag.
Regarding MREMAP_MUST_RELOCATE_ANON, I absolutely hate it.
I'll reply to your comment to my other mail once I get to it.
Users that really care (testing) could figure out if merging worked by
looking at /proc/. Other users ... no idea what they are even supposed
to do in that case. Not mremap()? But what is the use case ...
If the "not merged" case would be relevant, a workaround would be ...
mremapping it simply back?
So if we can, let's just try without any of these flags first.
MREMAP_MUST_RELOCATE_ANON could always be added later on top, once the
use case for it is clear. Removing it from this series would not make
this series any less valuable I think.
(and of course, doing it without any flags will make this series much
more valuable :P )
--
Cheers,
David / dhildenb