summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorMichal Koutný <mkoutny@suse.com>2023-07-03 19:27:40 +0200
committerTejun Heo <tj@kernel.org>2023-07-10 10:29:23 -1000
commit12101424d7d26131495bafc2ecfa17d39b8e3c64 (patch)
tree4852410d28c9c5a6ab23769dad1d4a8956a5d405 /MAINTAINERS
parent0a67b847e1f06a70a7b560b69a06b3c78d3e72f0 (diff)
downloadlinux-stable-12101424d7d26131495bafc2ecfa17d39b8e3c64.tar.gz
linux-stable-12101424d7d26131495bafc2ecfa17d39b8e3c64.tar.bz2
linux-stable-12101424d7d26131495bafc2ecfa17d39b8e3c64.zip
selftests: cgroup: Minor code reorganizations
No functional change intended, these small changes are merged into one commit and they serve as a preparation for an upcoming new testcase. Signed-off-by: Michal Koutný <mkoutny@suse.com> Reviewed-by: Waiman Long <longman@redhat.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 3be1bdfe8ecc..318bd4e2d7f5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5222,6 +5222,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
F: Documentation/admin-guide/cgroup-v1/cpusets.rst
F: include/linux/cpuset.h
F: kernel/cgroup/cpuset.c
+F: tools/testing/selftests/cgroup/test_cpuset_prs.sh
CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
M: Johannes Weiner <hannes@cmpxchg.org>