* [email protected] <[email protected]> [240814 03:14]:
> From: Jeff Xu <[email protected]>
> 
> mremap doesn't allow relocate, expand, shrink across VMA boundaries,
> refactor the code to check src address range before doing anything on
> the destination, i.e. destination won't be unmapped, if src address
> failed the boundaries check.
> 
> This also allows us to remove can_modify_mm from mremap.c, since
> the src address must be single VMA, can_modify_vma is used.

I don't think sending out a separate patch to address the same thing as
the patch you said you were testing [1] is the correct approach.  You
had already sent suggestions on mremap changes - why send this patch set
instead of making another suggestion?

Maybe send your selftest to be included with the initial patch set would
work?  Does this test pass with the other patch set?

[1] 
https://lore.kernel.org/all/calmywfs0v07z5vhedt1h3hd+3--yr6va0zuqeaato+-8mur...@mail.mail.com/

Reply via email to