]> www.infradead.org Git - users/jedix/linux-maple.git/commit
selftests: cgroup: Add basic tests for pids controller
authorMichal Koutný <mkoutny@suse.com>
Tue, 21 May 2024 09:21:30 +0000 (11:21 +0200)
committerTejun Heo <tj@kernel.org>
Sun, 26 May 2024 18:45:10 +0000 (08:45 -1000)
commit9f34c566027b623854dabc86fde052b44e5240be
tree4d7d869c6a7bfaceb211e0195328e8b70f56eca4
parent7055968559a84e4ccbff8eeb621017eaff1b20aa
selftests: cgroup: Add basic tests for pids controller

This commit adds (and wires in) new test program for checking basic pids
controller functionality -- restricting tasks in a cgroup and correct
event counting.

Signed-off-by: Michal Koutný <mkoutny@suse.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
tools/testing/selftests/cgroup/.gitignore
tools/testing/selftests/cgroup/Makefile
tools/testing/selftests/cgroup/test_pids.c [new file with mode: 0644]