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/[email protected] Signed-off-by: Lorenzo Stoakes <[email protected]> Acked-by: Liam R. Howlett <[email protected]> Acked-by: Vlastimil Babka <[email protected]> Acked-by: Jann Horn <[email protected]> Acked-by: David Hildenbrand <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
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 <[email protected]>
15578+
M: Liam R. Howlett <[email protected]>
15579+
M: Lorenzo Stoakes <[email protected]>
15580+
M: David Hildenbrand <[email protected]>
15581+
R: Vlastimil Babka <[email protected]>
15582+
R: Jann Horn <[email protected]>
15583+
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 <[email protected]>
1557815592
M: Richard Weinberger <[email protected]>

0 commit comments

Comments
 (0)