MAINTAINERS/MEMORY MANAGEMENT: add tools/vm/ as managed files
authorSeongJae Park <sj@kernel.org>
Tue, 3 Jan 2023 18:07:51 +0000 (18:07 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 19 Jan 2023 01:12:55 +0000 (17:12 -0800)
'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.

Link: https://lkml.kernel.org/r/20230103180754.129637-3-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
MAINTAINERS

index 6871e24c2de5e8c01525463dcd89cc725225adca..c05f95aa7af1e5a74b7345c2540956b0df7969fc 100644 (file)
@@ -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>