Re: [PATCH v3 16/16] mm/mmap: Move may_expand_vm() check in mmap_region()

From: Dave Hansen
Date: Tue Jul 09 2024 - 14:13:26 EST


On 7/9/24 07:52, Liam R. Howlett wrote:
...
> - The arch_unmap() call doesn't need to be that early anymore anyways
> (mpx was dropped by Dave in 2020 git id ccaaaf6fe5a5).

Yep. MPX is long gone and x86 doesn't do anything with arch_unmap() any
more. Moving it around won't affect x86 at all.