diff mbox series

[focal/linux-oracle] UBUNTU: [Config] Turn off CONFIG_RT_GROUP_SCHED

Message ID 20200513200319.284698-5-seth.forshee@canonical.com
State New
Headers show
Series [focal/linux-oracle] UBUNTU: [Config] Turn off CONFIG_RT_GROUP_SCHED | expand

Commit Message

Seth Forshee May 13, 2020, 8:03 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1875665

We enabled this option for some docker features, but it is
causing reports of regressions. Some more digging on this option
reveals that it's fairly specialized and likely requires
workload-specific configuration and tuning to be of much use, so
turn it back off.

Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
---
 debian.oracle/config/config.common.ubuntu | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/debian.oracle/config/config.common.ubuntu b/debian.oracle/config/config.common.ubuntu
index c76d468bbc1d..cb30050cc8d0 100644
--- a/debian.oracle/config/config.common.ubuntu
+++ b/debian.oracle/config/config.common.ubuntu
@@ -6034,7 +6034,7 @@  CONFIG_RTW88_DEBUG=y
 CONFIG_RTW88_DEBUGFS=y
 CONFIG_RTW88_PCI=m
 # CONFIG_RTW88_REGD_USER_REG_HINTS is not set
-CONFIG_RT_GROUP_SCHED=y
+# CONFIG_RT_GROUP_SCHED is not set
 CONFIG_RT_MUTEXES=y
 # CONFIG_RUNTIME_TESTING_MENU is not set
 CONFIG_RWSEM_SPIN_ON_OWNER=y