summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/sched-disable-rt-group-sched-on-rt.patch
diff options
context:
space:
mode:
authorRomain Perier <romain.perier@gmail.com>2019-07-16 13:34:39 +0200
committerRomain Perier <romain.perier@opensource.viveris.fr>2019-07-16 14:43:21 +0200
commit0627ea7ef0e15a79a2d4b48752c65e62c436e08b (patch)
tree0c9efe59ed5cf66d6f3a5c857ff0caa3f22468c2 /debian/patches-rt/sched-disable-rt-group-sched-on-rt.patch
parentf38bda056536ec5b99444c22fb25a82a61b4c970 (diff)
downloadlinux-debian-0627ea7ef0e15a79a2d4b48752c65e62c436e08b.tar.gz
[rt] Update to 5.2-rt1
Diffstat (limited to 'debian/patches-rt/sched-disable-rt-group-sched-on-rt.patch')
-rw-r--r--debian/patches-rt/sched-disable-rt-group-sched-on-rt.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches-rt/sched-disable-rt-group-sched-on-rt.patch b/debian/patches-rt/sched-disable-rt-group-sched-on-rt.patch
index 445466b01..af28c7f19 100644
--- a/debian/patches-rt/sched-disable-rt-group-sched-on-rt.patch
+++ b/debian/patches-rt/sched-disable-rt-group-sched-on-rt.patch
@@ -1,7 +1,7 @@
Subject: sched: Disable CONFIG_RT_GROUP_SCHED on RT
From: Thomas Gleixner <tglx@linutronix.de>
Date: Mon, 18 Jul 2011 17:03:52 +0200
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.0/older/patches-5.0.10-rt7.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.2/older/patches-5.2-rt1.tar.xz
Carsten reported problems when running:
@@ -19,7 +19,7 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
--- a/init/Kconfig
+++ b/init/Kconfig
-@@ -814,6 +814,7 @@ config CFS_BANDWIDTH
+@@ -840,6 +840,7 @@ config CFS_BANDWIDTH
config RT_GROUP_SCHED
bool "Group scheduling for SCHED_RR/FIFO"
depends on CGROUP_SCHED