summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorMichal Koutný <mkoutny@suse.com>2023-07-03 19:27:41 +0200
committerTejun Heo <tj@kernel.org>2023-07-10 10:29:53 -1000
commitcd3c6f682df4df7de74a364c34b3b10f84db271b (patch)
treefe8fdead88397e9625093476ff8d0641bbc2d982 /MAINTAINERS
parent12101424d7d26131495bafc2ecfa17d39b8e3c64 (diff)
downloadlinux-cd3c6f682df4df7de74a364c34b3b10f84db271b.tar.gz
linux-cd3c6f682df4df7de74a364c34b3b10f84db271b.tar.bz2
linux-cd3c6f682df4df7de74a364c34b3b10f84db271b.zip
selftests: cgroup: Add cpuset migrations testcase
Add a separate testfile to verify treating permissions when tasks are migrated on cgroup v2 hierarchy between cpuset cgroups. In accordance with v2 design, migration should be allowed based on delegation boundaries (i.e. cgroup.procs permissions) and does not depend on the migrated object (i.e. unprivileged process can migrate another process (even privileged) as long as it remains in the original dedicated scope). Signed-off-by: Michal Koutný <mkoutny@suse.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 318bd4e2d7f5..86e9f56a89bf 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.c
F: tools/testing/selftests/cgroup/test_cpuset_prs.sh
CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)