summaryrefslogtreecommitdiff
path: root/patches/0006-sched-tracing-Update-trace_sched_pi_setprio.patch
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2017-06-16 12:33:25 +0200
committerSebastian Andrzej Siewior <bigeasy@linutronix.de>2017-06-16 12:33:25 +0200
commit62225af26cb9575945c764c73d73be4360532ec5 (patch)
tree9b320f25074befa6ece5d5887287219fe204e74f /patches/0006-sched-tracing-Update-trace_sched_pi_setprio.patch
parente435c24ff8bc5e5ba909c337419b0bcd9e61de55 (diff)
downloadlinux-rt-62225af26cb9575945c764c73d73be4360532ec5.tar.gz
[ANNOUNCE] v4.11.5-rt1v4.11.5-rt1-patches
Dear RT folks! I'm pleased to announce the v4.11.5-rt1 patch set. The release has been delayed due to the hotplug rework that was started before the final v4.11 release. However the new code has not been stabilized yet and it was decided to bring back the old patches before delaying the v4.11-RT release any longer. We will try to complete the hotplug rework (for RT) in the v4.11 cycle. Changes since v4.9.39-rt21: - rebase to v4.11.5 Known issues - CPU hotplug got a little better but can deadlock. 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.11.5-rt1 The RT patch against v4.11.5 can be found here: https://cdn.kernel.org/pub/linux/kernel/projects/rt/4.11/older/patch-4.11.5-rt1.patch.xz The split quilt queue is available at: https://cdn.kernel.org/pub/linux/kernel/projects/rt/4.11/older/patches-4.11.5-rt1.tar.xz Sebastian Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Diffstat (limited to 'patches/0006-sched-tracing-Update-trace_sched_pi_setprio.patch')
-rw-r--r--patches/0006-sched-tracing-Update-trace_sched_pi_setprio.patch7
1 files changed, 3 insertions, 4 deletions
diff --git a/patches/0006-sched-tracing-Update-trace_sched_pi_setprio.patch b/patches/0006-sched-tracing-Update-trace_sched_pi_setprio.patch
index bb65607617a1..8a6ea453a154 100644
--- a/patches/0006-sched-tracing-Update-trace_sched_pi_setprio.patch
+++ b/patches/0006-sched-tracing-Update-trace_sched_pi_setprio.patch
@@ -1,8 +1,7 @@
+From b91473ff6e979c0028f02f90e40c844959c736d8 Mon Sep 17 00:00:00 2001
From: Peter Zijlstra <peterz@infradead.org>
Date: Thu, 23 Mar 2017 15:56:12 +0100
-Subject: [PATCH] sched,tracing: Update trace_sched_pi_setprio()
-
-Upstream commit b91473ff6e979c0028f02f90e40c844959c736d8
+Subject: [PATCH 6/9] sched,tracing: Update trace_sched_pi_setprio()
Pass the PI donor task, instead of a numerical priority.
@@ -97,7 +96,7 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
TP_printk("comm=%s pid=%d oldprio=%d newprio=%d",
--- a/kernel/sched/core.c
+++ b/kernel/sched/core.c
-@@ -3708,7 +3708,7 @@ void rt_mutex_setprio(struct task_struct
+@@ -3751,7 +3751,7 @@ void rt_mutex_setprio(struct task_struct
goto out_unlock;
}