[PATCH][focal/linux-azure] UBUNTU: [Config] Turn off CONFIG_RT_GROUP_SCHED
Seth Forshee
seth.forshee at canonical.com
Wed May 13 20:03:15 UTC 2020
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 at canonical.com>
---
debian.azure/config/config.common.ubuntu | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.25.1
More information about the kernel-team
mailing list