From f7d0c10985e038aefbcc5071f565e0ff265ff135 Mon Sep 17 00:00:00 2001 From: Jason Wessel <jason.wessel@windriver.com> Date: Thu, 2 Nov 2017 19:11:27 -0700 Subject: [PATCH] cgroups.cfg: Add missing controllers The the new controllers were added several kernels back and are required for additional functionality. These are applicable to the 4.9 kernel and newer. Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> --- features/cgroups/cgroups.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/features/cgroups/cgroups.cfg b/features/cgroups/cgroups.cfg index 5e42c8ed8..176560579 100644 --- a/features/cgroups/cgroups.cfg +++ b/features/cgroups/cgroups.cfg @@ -7,6 +7,9 @@ CONFIG_CGROUP_DEVICE=y CONFIG_CPUSETS=y CONFIG_PROC_PID_CPUSET=y CONFIG_CGROUP_CPUACCT=y +CONFIG_CGROUP_PIDS=y +CONFIG_CGROUP_NET_PRIO=y +CONFIG_CGROUP_PERF=y CONFIG_MEMCG=y CONFIG_MEMCG_SWAP=y -- GitLab