Re: [PATCH v2 3/7] mm/mremap: introduce and use vma_remap_struct threaded state
From: Lorenzo Stoakes
Date: Mon Mar 10 2025 - 06:19:52 EST
On Thu, Mar 06, 2025 at 10:33:59AM +0000, Lorenzo Stoakes wrote:
> A number of mremap() calls both pass around and modify a large number of
> parameters, making the code less readable and often repeatedly having to
> determine things such as VMA, size delta, and more.
[snip]
Hi Andrew,
I have a small fixpatch to address a corner case below, please apply!
I have checked locally and this applies cleanly at this patch and causes no
merge conflicts when subsequent patches are applied on top.
Thanks, Lorenzo
----8<----