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/kernel-sched-move-stack-kprobe-clean-up-to-__put_tas.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/kernel-sched-move-stack-kprobe-clean-up-to-__put_tas.patch')
-rw-r--r-- | patches/kernel-sched-move-stack-kprobe-clean-up-to-__put_tas.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/kernel-sched-move-stack-kprobe-clean-up-to-__put_tas.patch b/patches/kernel-sched-move-stack-kprobe-clean-up-to-__put_tas.patch index 1e99f118fbc9..7fa3033be146 100644 --- a/patches/kernel-sched-move-stack-kprobe-clean-up-to-__put_tas.patch +++ b/patches/kernel-sched-move-stack-kprobe-clean-up-to-__put_tas.patch @@ -25,7 +25,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> #include <linux/vmacache.h> #include <linux/nsproxy.h> #include <linux/capability.h> -@@ -692,6 +693,15 @@ void __put_task_struct(struct task_struc +@@ -693,6 +694,15 @@ void __put_task_struct(struct task_struc WARN_ON(atomic_read(&tsk->usage)); WARN_ON(tsk == current); @@ -43,7 +43,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> security_task_free(tsk); --- a/kernel/sched/core.c +++ b/kernel/sched/core.c -@@ -2765,15 +2765,6 @@ static struct rq *finish_task_switch(str +@@ -2740,15 +2740,6 @@ static struct rq *finish_task_switch(str if (prev->sched_class->task_dead) prev->sched_class->task_dead(prev); |