]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: cgroup: Run test_core under interfering stress
authorMichal Koutný <mkoutny@suse.com>
Fri, 4 Oct 2019 10:57:43 +0000 (12:57 +0200)
committerTejun Heo <tj@kernel.org>
Mon, 7 Oct 2019 14:11:54 +0000 (07:11 -0700)
commitbcbd111c8440de15c595c1a424fac7539871758e
tree149dae4da828ebf38c9af5d297ed9a562e25753f
parentbdf729b197c1be55a43e8d52ec10a2e098531057
selftests: cgroup: Run test_core under interfering stress

test_core tests various cgroup creation/removal and task migration
paths. Run the tests repeatedly with interfering noise (for lockdep
checks). Currently, forking noise and subsystem enabled/disabled
switching are the implemented noises.

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