| From: Lorenzo Stoakes <lorenzo.stoakes@oracle.com> |
| Subject: MAINTAINERS: add additional mmap-related files to mmap section |
| Date: Tue, 17 Jun 2025 15:41:30 +0100 |
| |
| 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> |
| --- |
| |
| MAINTAINERS | 3 +++ |
| 1 file changed, 3 insertions(+) |
| |
| --- a/MAINTAINERS~maintainers-add-additional-mmap-related-files-to-mmap-section |
| +++ a/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 |
| _ |