diff options
author | Lorenzo Stoakes <[email protected]> | 2024-07-29 12:50:39 +0100 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2024-09-01 20:25:54 -0700 |
commit | 802443a44dfff8536f05da2ddd44a293367d2d99 (patch) | |
tree | 2c89f68d2fbec2e4842b2f0d4764b21271a36426 | |
parent | 49b1b8d6f6831026cb105b0eafa18f13db612d86 (diff) |
MAINTAINERS: add entry for new VMA files
The vma files contain logic split from mmap.c for the most part and are
all relevant to VMA logic, so maintain the same reviewers for both.
Link: https://lkml.kernel.org/r/bf2581cce2b4d210deabb5376c6aa0ad6facf1ff.1722251717.git.lorenzo.stoakes@oracle.com
Signed-off-by: Lorenzo Stoakes <[email protected]>
Acked-by: Vlastimil Babka <[email protected]>
Acked-by: Liam R. Howlett <[email protected]>
Cc: Alexander Viro <[email protected]>
Cc: Brendan Higgins <[email protected]>
Cc: Christian Brauner <[email protected]>
Cc: David Gow <[email protected]>
Cc: Eric W. Biederman <[email protected]>
Cc: Jan Kara <[email protected]>
Cc: Kees Cook <[email protected]>
Cc: Matthew Wilcox (Oracle) <[email protected]>
Cc: Rae Moar <[email protected]>
Cc: SeongJae Park <[email protected]>
Cc: Shuah Khan <[email protected]>
Cc: Suren Baghdasaryan <[email protected]>
Cc: Pengfei Xu <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
-rw-r--r-- | MAINTAINERS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index fe83ba7194ea..4a7b6e25bc77 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -24411,6 +24411,19 @@ F: include/uapi/linux/vsockmon.h F: net/vmw_vsock/ F: tools/testing/vsock/ +VMA +M: Andrew Morton <[email protected]> +R: Liam R. Howlett <[email protected]> +R: Vlastimil Babka <[email protected]> +R: Lorenzo Stoakes <[email protected]> +S: Maintained +W: https://www.linux-mm.org +T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm +F: mm/vma.c +F: mm/vma.h +F: mm/vma_internal.h + VMALLOC M: Andrew Morton <[email protected]> R: Uladzislau Rezki <[email protected]> |