Skip to content

Commit c742d12

Browse files
lorenzo-stoakesakpm00
authored andcommitted
MAINTAINERS: add additional mmap-related files to mmap section
msync and nommu are directly related to memory mapping, mincore is less so but all are roughly speaking operating on virtual memory mappings from the point of view of the user so this seems the most appropriate place for them. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Lorenzo Stoakes <[email protected]> Reviewed-by: Pedro Falcato <[email protected]> Acked-by: Liam R. Howlett <[email protected]> Acked-by: Vlastimil Babka <[email protected]> Cc: David Hildenbrand <[email protected]> Cc: Jann Horn <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent db5921a commit c742d12

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

MAINTAINERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15985,11 +15985,14 @@ S: Maintained
1598515985
W: http://www.linux-mm.org
1598615986
T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
1598715987
F: include/trace/events/mmap.h
15988+
F: mm/mincore.c
1598815989
F: mm/mlock.c
1598915990
F: mm/mmap.c
1599015991
F: mm/mprotect.c
1599115992
F: mm/mremap.c
1599215993
F: mm/mseal.c
15994+
F: mm/msync.c
15995+
F: mm/nommu.c
1599315996
F: mm/vma.c
1599415997
F: mm/vma.h
1599515998
F: mm/vma_exec.c

0 commit comments

Comments
 (0)