From: Lorenzo Stoakes Date: Tue, 17 Jun 2025 14:41:30 +0000 (+0100) Subject: MAINTAINERS: add additional mmap-related files to mmap section X-Git-Tag: v6.16-rc4~37^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c742d127d2d831aa83ae2987a508bca2bf0c7736;p=thirdparty%2Fkernel%2Fstable.git 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 Reviewed-by: Pedro Falcato Acked-by: Liam R. Howlett Acked-by: Vlastimil Babka Cc: David Hildenbrand Cc: Jann Horn Signed-off-by: Andrew Morton --- diff --git a/MAINTAINERS b/MAINTAINERS index 0eec6e1d4694f..ca8a70f7b047b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15985,11 +15985,14 @@ S: Maintained W: http://www.linux-mm.org T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm F: include/trace/events/mmap.h +F: mm/mincore.c F: mm/mlock.c F: mm/mmap.c F: mm/mprotect.c F: mm/mremap.c F: mm/mseal.c +F: mm/msync.c +F: mm/nommu.c F: mm/vma.c F: mm/vma.h F: mm/vma_exec.c