Commit 1bd1a4dd authored by Roman Gushchin's avatar Roman Gushchin Committed by Andrew Morton
Browse files

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: default avatarRoman Gushchin <roman.gushchin@linux.dev>
Acked-by: default avatarTejun 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: default avatarAndrew Morton <akpm@linux-foundation.org>
parent be74553f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>