From: David Vernet Date: Sat, 23 Apr 2022 12:30:54 +0000 (-0700) Subject: cgroup: Add config file to cgroup selftest suite X-Git-Tag: v5.19-rc1~161^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c26993c31f0f726aa1f90158f17ec95069b7cb2;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Tejun Heo --- diff --git a/tools/testing/selftests/cgroup/config b/tools/testing/selftests/cgroup/config new file mode 100644 index 0000000000000..84fe884fad867 --- /dev/null +++ b/tools/testing/selftests/cgroup/config @@ -0,0 +1,8 @@ +CONFIG_CGROUPS=y +CONFIG_CGROUP_CPUACCT=y +CONFIG_CGROUP_FREEZER=y +CONFIG_CGROUP_SCHED=y +CONFIG_MEMCG=y +CONFIG_MEMCG_KMEM=y +CONFIG_MEMCG_SWAP=y +CONFIG_PAGE_COUNTER=y