hulk inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I9R3F8 CVE: NA
--------------------------------
It's typo error, should be FAIR_GROUP_SCHED but not FAIR_CGROUP_SCHED.
This reverts commit 7fddb812509727addde0bc954a5502e620deae23.
Fixes: 7fddb8125097 ("sched: QOS_SCHED_DYNAMIC_AFFINITY depend on FAIR_CGROUP_SCHED") Signed-off-by: Yipeng Zou zouyipeng@huawei.com --- init/Kconfig | 1 - 1 file changed, 1 deletion(-)
diff --git a/init/Kconfig b/init/Kconfig index 758b9988d742..b722b7a887c1 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1072,7 +1072,6 @@ config TASK_PLACEMENT_BY_CPU_RANGE config QOS_SCHED_DYNAMIC_AFFINITY bool "qos dynamic affinity" depends on CPUSETS - depends on FAIR_CGROUP_SCHED select TASK_PLACEMENT_BY_CPU_RANGE default n help