Skip to content

Commit 86fba61

Browse files
lorenzo-stoakesakpm00
authored andcommitted
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>
1 parent 1413efd commit 86fba61

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

MAINTAINERS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15573,6 +15573,20 @@ F: mm/vma.h
1557315573
F: mm/vma_internal.h
1557415574
F: tools/testing/vma/
1557515575

15576+
MEMORY MAPPING - MADVISE (MEMORY ADVICE)
15577+
M: Andrew Morton <akpm@linux-foundation.org>
15578+
M: Liam R. Howlett <Liam.Howlett@oracle.com>
15579+
M: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
15580+
M: David Hildenbrand <david@redhat.com>
15581+
R: Vlastimil Babka <vbabka@suse.cz>
15582+
R: Jann Horn <jannh@google.com>
15583+
L: linux-mm@kvack.org
15584+
S: Maintained
15585+
W: http://www.linux-mm.org
15586+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
15587+
F: include/uapi/asm-generic/mman-common.h
15588+
F: mm/madvise.c
15589+
1557615590
MEMORY TECHNOLOGY DEVICES (MTD)
1557715591
M: Miquel Raynal <miquel.raynal@bootlin.com>
1557815592
M: Richard Weinberger <richard@nod.at>

0 commit comments

Comments
 (0)