aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUladzislau Rezki (Sony) <[email protected]>2022-10-18 20:10:53 +0200
committerAndrew Morton <[email protected]>2022-11-08 17:37:18 -0800
commit65f199b2b40d82e48c79af2f4b5e9fafb290b231 (patch)
tree663fffbf947919e64a7b9abfcad6c71b7988a2fc
parent8c4196fe810a6717a8f9e528083911703f6a5a51 (diff)
vmalloc: add reviewers for vmalloc code
Add myself and Christoph Hellwig as reviewers for vmalloc. [[email protected]: coding-style cleanups] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Uladzislau Rezki (Sony) <[email protected]> Reviewed-by: Steven Rostedt (Google) <[email protected]> Acked-by: Christoph Hellwig <[email protected]> Cc: Matthew Wilcox (Oracle) <[email protected]> Cc: Nicholas Piggin <[email protected]> Cc: Oleksiy Avramchenko <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
-rw-r--r--MAINTAINERS12
1 files changed, 11 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 046ff06ff97f..631bd2e8c5c4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13294,10 +13294,20 @@ F: include/linux/memory_hotplug.h
F: include/linux/mm.h
F: include/linux/mmzone.h
F: include/linux/pagewalk.h
-F: include/linux/vmalloc.h
F: mm/
F: tools/testing/selftests/vm/
+VMALLOC
+M: Andrew Morton <[email protected]>
+R: Uladzislau Rezki <[email protected]>
+R: Christoph Hellwig <[email protected]>
+S: Maintained
+W: http://www.linux-mm.org
+T: git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
+F: include/linux/vmalloc.h
+F: mm/vmalloc.c
+
MEMORY HOT(UN)PLUG
M: David Hildenbrand <[email protected]>
M: Oscar Salvador <[email protected]>