Re: [PATCH] MAINTAINERS: update MEMORY MAPPING section

From: David Hildenbrand
Date: Thu Dec 12 2024 - 09:43:14 EST


On 11.12.24 11:53, Lorenzo Stoakes wrote:
Update the MEMORY MAPPING section to contain VMA logic as it makes no
sense to have these two sections separate.

Additionally, add files which permit changes to the attributes and/or
ranges spanned by memory mappings, in essence anything which might alter
the output of /proc/$pid/[s]maps.

This is necessarily fuzzy, as there is not quite as good separation of
concerns as we would ideally like in the kernel. However each of these
files interacts with the VMA and memory mapping logic in such a way as to
be inseparatable from it, and it is important that they are maintained in
conjunction with it.

Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
---

LGTM, thanks!

--
Cheers,

David / dhildenb