diff mbox series

[2/5] MAINTAINERS/MEMORY MANAGEMENT: Add tools/vm/ as managed files

Message ID 20230103180754.129637-3-sj@kernel.org (mailing list archive)
State New
Headers show
Series [1/5] MAINTAINERS: add types to akpm/mm git trees entries | expand

Commit Message

SeongJae Park Jan. 3, 2023, 6:07 p.m. UTC
'tools/vm/' directory should be a part of memory management subsystem,
but MAINTAINERS file doesn't mark the directory so.  Add one more 'F:'
entry for the directory to 'MEMORY MANAGEMENT' section.

Signed-off-by: SeongJae Park <sj@kernel.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 45977188ab5b..3073432ff0bf 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13484,6 +13484,7 @@  F:	include/linux/mmzone.h
 F:	include/linux/pagewalk.h
 F:	mm/
 F:	tools/testing/selftests/vm/
+F:	tools/vm/
 
 VMALLOC
 M:	Andrew Morton <akpm@linux-foundation.org>