]> git.baikalelectronics.ru Git - kernel.git/commit
cgroup: Add config file to cgroup selftest suite
authorDavid Vernet <void@manifault.com>
Sat, 23 Apr 2022 12:30:54 +0000 (05:30 -0700)
committerTejun Heo <tj@kernel.org>
Mon, 25 Apr 2022 17:27:31 +0000 (07:27 -1000)
commit3268f6f02b8bca716e8adfe9a9ec4f918e0aa426
tree0f75007f38546a8e7a1bec7d24b7550865e8a0fb
parent158f111e7a25a47d6379b40ff33b0cc2ae119f2c
cgroup: Add config file to cgroup selftest suite

Most of the test suites in tools/testing/selftests contain a config file
that specifies which kernel config options need to be present in order for
the test suite to be able to run and perform meaningful validation. There
is no config file for the tools/testing/selftests/cgroup test suite, so
this patch adds one.

Signed-off-by: David Vernet <void@manifault.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
tools/testing/selftests/cgroup/config [new file with mode: 0644]