summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoman Gushchin <roman.gushchin@linux.dev>2022-04-28 23:16:00 -0700
committerakpm <akpm@linux-foundation.org>2022-04-28 23:16:00 -0700
commit9c946e3e7f579081a2dd6912a8a23baedef8c3f9 (patch)
treedce4d3c12e827c0bde606bea1cc15371cde793fe
parent1bd1a4dd3e8ce8a23234a15c9dad4dcd257033fa (diff)
downloadlinux-9c946e3e7f579081a2dd6912a8a23baedef8c3f9.tar.gz
MAINTAINERS: add corresponding kselftests to memcg entry
List memory control and kernel memory control kselftests in the memory
resource controller entry.

Link: https://lkml.kernel.org/r/20220415000133.3955987-5-roman.gushchin@linux.dev
Signed-off-by: Roman Gushchin <roman.gushchin@linux.dev>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Michal Hocko <mhocko@kernel.org>
Cc: Shakeel Butt <shakeelb@google.com>
Cc: Chris Down <chris@chrisdown.name>
Cc: David Vernet <void@manifault.com>
Cc: Tejun Heo <tj@kernel.org>
Cc: Zefan Li <lizefan.x@bytedance.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-rw-r--r--MAINTAINERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 66a7e5c661a5..78c57046fa93 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5029,6 +5029,8 @@ L:	linux-mm@kvack.org
 S:	Maintained
 F:	mm/memcontrol.c
 F:	mm/swap_cgroup.c
+F:	tools/testing/selftests/cgroup/test_kmem.c
+F:	tools/testing/selftests/cgroup/test_memcontrol.c
 
 CORETEMP HARDWARE MONITORING DRIVER
 M:	Fenghua Yu <fenghua.yu@intel.com>