]> www.infradead.org Git - users/dwmw2/linux.git/commit
MAINTAINERS: add memory advice section
authorLorenzo Stoakes <lorenzo.stoakes@oracle.com>
Fri, 11 Apr 2025 07:27:24 +0000 (08:27 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 18 Apr 2025 03:10:07 +0000 (20:10 -0700)
commit86fba6127e197c7d646e8ee771df6026e14211dc
treead55fcf80a29acad2d135349242a108fd69a8d9a
parent1413efdb254f41c05ae5c13aa975ecd9733f37a7
MAINTAINERS: add memory advice section

The madvise code straddles both VMA and page table manipulation.  As a
result, separate it out into its own section and add maintainers/reviewers
as appropriate.

We additionally include the mman-common.h file as this contains the shared
madvise flags and it is important we maintain this alongside madvise.c.

Link: https://lkml.kernel.org/r/20250411072724.10841-1-lorenzo.stoakes@oracle.com
Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Acked-by: Liam R. Howlett <Liam.Howlett@oracle.com>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
Acked-by: Jann Horn <jannh@google.com>
Acked-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
MAINTAINERS