diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2017-10-17 17:13:28 +0200 |
---|---|---|
committer | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2017-10-17 17:13:28 +0200 |
commit | 4aca7bf0252fb2fd2017ac18d3997776162a99c0 (patch) | |
tree | ce0b44cfbff890448774f7878e962870f354bd7c /patches/sched-disable-rt-group-sched-on-rt.patch | |
parent | 163c99cd5cc3ffff6f0ac886236223e72ae989fb (diff) | |
download | linux-rt-db58c74ffbc7fb1c568c9155abe39ccf16c4b9d2.tar.gz |
[ANNOUNCE] v4.13.7-rt1v4.13.7-rt1-patches
Dear RT folks!
I'm pleased to announce the v4.13.7-rt1 patch set.
Changes since v4.11.12-rt16:
- Rebase to v4.13.7
- We have now only the reader bias version of RWLOCK. In v4.11 it was
possible to choose between both implementations but since the reader
bias version makes no problems it is now the only implementation.
- The lockdep self test is now disabled. While it produced some false
positives on v4.11 it now completly locks up the system and needs
investigation before re-enabling.
Known issues
None
You can get this release via the git tree at:
git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git v4.13.7-rt1
The RT patch against v4.13.7 can be found here:
https://cdn.kernel.org/pub/linux/kernel/projects/rt/4.13/older/patch-4.13.7-rt1.patch.xz
The split quilt queue is available at:
https://cdn.kernel.org/pub/linux/kernel/projects/rt/4.13/older/patches-4.13.7-rt1.tar.xz
Sebastian
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Diffstat (limited to 'patches/sched-disable-rt-group-sched-on-rt.patch')
-rw-r--r-- | patches/sched-disable-rt-group-sched-on-rt.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/sched-disable-rt-group-sched-on-rt.patch b/patches/sched-disable-rt-group-sched-on-rt.patch index ba61099d6e13..b99d7c6fb838 100644 --- a/patches/sched-disable-rt-group-sched-on-rt.patch +++ b/patches/sched-disable-rt-group-sched-on-rt.patch @@ -18,7 +18,7 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de> --- a/init/Kconfig +++ b/init/Kconfig -@@ -1052,6 +1052,7 @@ config CFS_BANDWIDTH +@@ -744,6 +744,7 @@ config CFS_BANDWIDTH config RT_GROUP_SCHED bool "Group scheduling for SCHED_RR/FIFO" depends on CGROUP_SCHED |