Re: [PATCH v4 18/21] mm/mmap: Move can_modify_mm() check down the stack

From: Liam R. Howlett
Date: Wed Jul 17 2024 - 10:08:12 EST


* Jeff Xu <jeffxu@xxxxxxxxxxxx> [240717 01:03]:
> Hi
>
> On Wed, Jul 10, 2024 at 12:23 PM Liam R. Howlett
> <Liam.Howlett@xxxxxxxxxx> wrote:
> >
> > From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
> >
> > Without an arch_unmap() call anymore,
> Is there another patch that removes arch_unmap() ?
> Can you please post the link for the patch ?
>

Thanks for looking at this patch.

The patch to remove arch_unmap() cannot be used as powerpc needs a
replacement. I will be moving the arch_unmap() call later in the unmap
process like it was before mpx moved it (mpx has been dropped from the
kernel). I will add you to the Cc for the whole series next time.

Thanks,
Liam