diff mbox series

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

Message ID 20200513200319.284698-2-seth.forshee@canonical.com
State New
Headers show
Series [focal/linux-azure] 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.azure/config/config.common.ubuntu | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/debian.azure/config/config.common.ubuntu b/debian.azure/config/config.common.ubuntu
index f37091e59c25..059b45c8ac84 100644
--- a/debian.azure/config/config.common.ubuntu
+++ b/debian.azure/config/config.common.ubuntu
@@ -4170,7 +4170,7 @@  CONFIG_RTC_NVMEM=y
 CONFIG_RTC_SYSTOHC=y
 CONFIG_RTC_SYSTOHC_DEVICE="rtc0"
 CONFIG_RTS5208=m
-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