summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2012-08-02 11:07:53 -0400
committerJosh Boyer <jwboyer@redhat.com>2012-08-02 11:07:57 -0400
commit6d2fcab7e310b9e56c0199d452b5fd891e790fab (patch)
treef948258d6e73d3e98fcc6aedaa5726f4d4222737
parent7eb10928fe13e4b6418e61914e569b1f4263fe89 (diff)
downloadkernel-6d2fcab7e310b9e56c0199d452b5fd891e790fab.tar.gz
kernel-6d2fcab7e310b9e56c0199d452b5fd891e790fab.tar.xz
kernel-6d2fcab7e310b9e56c0199d452b5fd891e790fab.zip
Reenable cgroups memory controller (rhbz 845285)
-rw-r--r--config-generic8
-rw-r--r--kernel.spec1
2 files changed, 5 insertions, 4 deletions
diff --git a/config-generic b/config-generic
index 3ac2ba90a..20024fbba 100644
--- a/config-generic
+++ b/config-generic
@@ -3926,10 +3926,10 @@ CONFIG_CGROUP_CPUACCT=y
CONFIG_CGROUP_DEVICE=y
CONFIG_CGROUP_FREEZER=y
CONFIG_CGROUP_SCHED=y
-CONFIG_CGROUP_MEM_RES_CTLR=y
-CONFIG_CGROUP_MEM_RES_CTLR_SWAP=y # XXX disabled by default, pass 'swapaccount'
-# CONFIG_CGROUP_MEM_RES_CTLR_SWAP_ENABLED is not set
-CONFIG_CGROUP_MEM_RES_CTLR_KMEM=y
+CONFIG_MEMCG=y
+CONFIG_MEMCG_SWAP=y # XXX disabled by default, pass 'swapaccount'
+# CONFIG_MEMCG_SWAP_ENABLED is not set
+CONFIG_MEMCG_KMEM=y
# CONFIG_CGROUP_HUGETLB is not set
CONFIG_CGROUP_PERF=y
CONFIG_BLK_CGROUP=y
diff --git a/kernel.spec b/kernel.spec
index 11c189c7c..e9dd2b61c 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2295,6 +2295,7 @@ fi
# || ||
%changelog
* Thu Aug 02 2012 Josh Boyer <jwboyer@redhat.com>
+- Reenable cgroups memory controller (rhbz 845285)
- Add two patches from Seth Forshee to fix brcmsmac backtrace
* Thu Aug 02 2012 Josh Boyer <jwboyer@redhat.com> - 3.6.0-0.rc0.git9.1