Skip to content

Commit ea21641

Browse files
lorenzo-stoakesakpm00
authored andcommitted
MAINTAINERS: add section for locking of mm's and VMAs
We place this under memory mapping as related to memory mapping abstractions in the form of mm_struct and vm_area_struct (VMA). Now we have separated out mmap/vma locking logic into the mmap_lock.c and mmap_lock.h files, so this should encapsulate the majority of the mm locking logic in the kernel. Suren is best placed to maintain this logic as the core architect of VMA locking as a whole. Link: https://lkml.kernel.org/r/e6ed679a184ca444b20dfa77af96913fd8b5efa0.1744799282.git.lorenzo.stoakes@oracle.com Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com> Reviewed-by: Suren Baghdasaryan <surenb@google.com> Reviewed-by: Shakeel Butt <shakeel.butt@linux.dev> Acked-by: David Hildenbrand <david@redhat.com> Reviewed-by: Liam R. Howlett <Liam.Howlett@oracle.com> Acked-by: Vlastimil Babka <vbabka@suse.cz> Cc: Matthew Wilcox (Oracle) <willy@infradead.org> Cc: "Paul E . McKenney" <paulmck@kernel.org> Cc: SeongJae Park <sj@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent a1f0220 commit ea21641

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

MAINTAINERS

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15574,6 +15574,22 @@ F: mm/vma.h
1557415574
F: mm/vma_internal.h
1557515575
F: tools/testing/vma/
1557615576

15577+
MEMORY MAPPING - LOCKING
15578+
M: Andrew Morton <akpm@linux-foundation.org>
15579+
M: Suren Baghdasaryan <surenb@google.com>
15580+
M: Liam R. Howlett <Liam.Howlett@oracle.com>
15581+
M: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
15582+
R: Vlastimil Babka <vbabka@suse.cz>
15583+
R: Shakeel Butt <shakeel.butt@linux.dev>
15584+
L: linux-mm@kvack.org
15585+
S: Maintained
15586+
W: http://www.linux-mm.org
15587+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
15588+
F: Documentation/mm/process_addrs.rst
15589+
F: include/linux/mmap_lock.h
15590+
F: include/trace/events/mmap_lock.h
15591+
F: mm/mmap_lock.c
15592+
1557715593
MEMORY MAPPING - MADVISE (MEMORY ADVICE)
1557815594
M: Andrew Morton <akpm@linux-foundation.org>
1557915595
M: Liam R. Howlett <Liam.Howlett@oracle.com>

0 commit comments

Comments
 (0)