diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2018-10-29 18:16:51 +0100 |
---|---|---|
committer | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2018-10-29 18:16:51 +0100 |
commit | 8393e03324b68d4cce593decf54e2cfd301d69a2 (patch) | |
tree | 0ad92bf48ac301a6b06881c259773ef6f5a49aee /patches/jump-label-rt.patch | |
parent | d70bef33e60c3b5d6272343bd7aa4276ea13509e (diff) | |
download | linux-rt-8393e03324b68d4cce593decf54e2cfd301d69a2.tar.gz |
[ANNOUNCE] v4.19-rt1v4.19-rt1-patches
Dear RT folks!
I'm pleased to announce the v4.19-rt1 patch set.
Changes since v4.18.16-rt9:
- rebase to v4.19
Known issues
- A warning triggered in "rcu_note_context_switch" originated from
SyS_timer_gettime(). The issue was always there, it is now
visible. Reported by Grygorii Strashko and Daniel Wagner.
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.19-rt1
The RT patch against v4.19 can be found here:
https://cdn.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patch-4.19-rt1.patch.xz
The split quilt queue is available at:
https://cdn.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patches-4.19-rt1.tar.xz
Sebastian
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Diffstat (limited to 'patches/jump-label-rt.patch')
-rw-r--r-- | patches/jump-label-rt.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/jump-label-rt.patch b/patches/jump-label-rt.patch index 4a00cf5ce748..02184b19a913 100644 --- a/patches/jump-label-rt.patch +++ b/patches/jump-label-rt.patch @@ -24,7 +24,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig -@@ -50,7 +50,7 @@ config ARM +@@ -51,7 +51,7 @@ config ARM select HARDIRQS_SW_RESEND select HAVE_ARCH_AUDITSYSCALL if (AEABI && !OABI_COMPAT) select HAVE_ARCH_BITREVERSE if (CPU_32v7M || CPU_32v7) && !CPU_32v6 |