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 <[email protected]> Reviewed-by: Suren Baghdasaryan <[email protected]> Reviewed-by: Shakeel Butt <[email protected]> Acked-by: David Hildenbrand <[email protected]> Reviewed-by: Liam R. Howlett <[email protected]> Acked-by: Vlastimil Babka <[email protected]> Cc: Matthew Wilcox (Oracle) <[email protected]> Cc: "Paul E . McKenney" <[email protected]> Cc: SeongJae Park <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent a1f0220 commit ea21641

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

MAINTAINERS

+16
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 <[email protected]>
15579+
M: Suren Baghdasaryan <[email protected]>
15580+
M: Liam R. Howlett <[email protected]>
15581+
M: Lorenzo Stoakes <[email protected]>
15582+
R: Vlastimil Babka <[email protected]>
15583+
R: Shakeel Butt <[email protected]>
15584+
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 <[email protected]>
1557915595
M: Liam R. Howlett <[email protected]>

0 commit comments

Comments
 (0)