diff options
author | Roman Gushchin <roman.gushchin@linux.dev> | 2022-04-29 08:15:59 +0200 |
---|---|---|
committer | akpm <akpm@linux-foundation.org> | 2022-04-29 08:15:59 +0200 |
commit | 1bd1a4dd3e8ce8a23234a15c9dad4dcd257033fa (patch) | |
tree | 44a969067d9d6ed73f2995858df3e7e6cdcf4537 /MAINTAINERS | |
parent | kselftests: memcg: speed up the memory.high test (diff) | |
download | linux-1bd1a4dd3e8ce8a23234a15c9dad4dcd257033fa.tar.xz linux-1bd1a4dd3e8ce8a23234a15c9dad4dcd257033fa.zip |
MAINTAINERS: add corresponding kselftests to cgroup entry
List cgroup kselftests in the cgroup MAINTAINERS entry. These are tests
covering core, freezer and cgroup.kill functionality.
Link: https://lkml.kernel.org/r/20220415000133.3955987-4-roman.gushchin@linux.dev
Signed-off-by: Roman Gushchin <roman.gushchin@linux.dev>
Acked-by: Tejun Heo <tj@kernel.org>
Cc: Zefan Li <lizefan.x@bytedance.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Chris Down <chris@chrisdown.name>
Cc: David Vernet <void@manifault.com>
Cc: Michal Hocko <mhocko@kernel.org>
Cc: Shakeel Butt <shakeelb@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2647adf30569..66a7e5c661a5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4995,6 +4995,7 @@ F: Documentation/admin-guide/cgroup-v1/ F: Documentation/admin-guide/cgroup-v2.rst F: include/linux/cgroup* F: kernel/cgroup/ +F: tools/testing/selftests/cgroup/ CONTROL GROUP - BLOCK IO CONTROLLER (BLKIO) M: Tejun Heo <tj@kernel.org> |