diff options
author | Michal Koutný <mkoutny@suse.com> | 2023-07-03 19:27:40 +0200 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2023-07-10 22:29:23 +0200 |
commit | 12101424d7d26131495bafc2ecfa17d39b8e3c64 (patch) | |
tree | 4852410d28c9c5a6ab23769dad1d4a8956a5d405 /MAINTAINERS | |
parent | cpuset: Allow setscheduler regardless of manipulated task (diff) | |
download | linux-12101424d7d26131495bafc2ecfa17d39b8e3c64.tar.xz linux-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-- | MAINTAINERS | 1 |
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> |