Skip to content

Commit c742d12

Browse files
ljskernelakpm00
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/20250617144130.147847-1-lorenzo.stoakes@oracle.com Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com> Reviewed-by: Pedro Falcato <pfalcato@suse.de> Acked-by: Liam R. Howlett <Liam.Howlett@oracle.com> Acked-by: Vlastimil Babka <vbabka@suse.cz> Cc: David Hildenbrand <david@redhat.com> Cc: Jann Horn <jannh@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent db5921a commit c742d12

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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)