[linux-yocto] [PATCH 07/17] cgroups: remove obselete options

Anuj Mittal anuj.mittal at intel.com
Wed Aug 29 21:28:37 PDT 2018


From: Bruce Ashfield <bruce.ashfield at windriver.com>

commit d886f4e483ce63a3304adc9eda87031b93341c28
Author: Johannes Weiner <hannes at cmpxchg.org>
Date:   Wed Jan 20 15:02:47 2016 -0800

    mm: memcontrol: rein in the CONFIG space madness

    What CONFIG_INET and CONFIG_LEGACY_KMEM guard inside the memory
    controller code is insignificant, having these conditionals is not
    worth the complication and fragility that comes with them.

    [akpm at linux-foundation.org: rework mem_cgroup_css_free() statement ordering]
    Signed-off-by: Johannes Weiner <hannes at cmpxchg.org>
    Cc: Michal Hocko <mhocko at suse.cz>
    Acked-by: Vladimir Davydov <vdavydov at virtuozzo.com>
    Signed-off-by: Andrew Morton <akpm at linux-foundation.org>
    Signed-off-by: Linus Torvalds <torvalds at linux-foundation.org>

Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
---
 features/cgroups/cgroups.cfg | 1 -
 1 file changed, 1 deletion(-)

diff --git a/features/cgroups/cgroups.cfg b/features/cgroups/cgroups.cfg
index 17656057..b479e44d 100644
--- a/features/cgroups/cgroups.cfg
+++ b/features/cgroups/cgroups.cfg
@@ -13,7 +13,6 @@ CONFIG_CGROUP_PERF=y
 
 CONFIG_MEMCG=y
 CONFIG_MEMCG_SWAP=y
-CONFIG_MEMCG_KMEM=y
 
 CONFIG_CGROUP_SCHED=y
 CONFIG_FAIR_GROUP_SCHED=y
-- 
2.17.1



More information about the linux-yocto mailing list