diff options
Diffstat (limited to 'debian/patches-rt/0126-softirq-Avoid-local_softirq_pending-messages-if-task.patch')
-rw-r--r-- | debian/patches-rt/0126-softirq-Avoid-local_softirq_pending-messages-if-task.patch | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/debian/patches-rt/0126-softirq-Avoid-local_softirq_pending-messages-if-task.patch b/debian/patches-rt/0126-softirq-Avoid-local_softirq_pending-messages-if-task.patch index 965311d51..3615bb40a 100644 --- a/debian/patches-rt/0126-softirq-Avoid-local_softirq_pending-messages-if-task.patch +++ b/debian/patches-rt/0126-softirq-Avoid-local_softirq_pending-messages-if-task.patch @@ -1,9 +1,8 @@ -From 7879ba227dbde103356be2bef58a9733a930c0a0 Mon Sep 17 00:00:00 2001 From: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Date: Tue, 19 Feb 2019 16:49:29 +0100 -Subject: [PATCH 126/347] softirq: Avoid "local_softirq_pending" messages if +Subject: [PATCH 126/342] softirq: Avoid "local_softirq_pending" messages if task is in cpu_chill() -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patches-4.19.246-rt110.tar.xz +Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=29f30ebce0eb689baf7f7b34e71797872822a58d If the softirq thread enters cpu_chill() then ->state is UNINTERRUPTIBLE and has no ->pi_blocked_on set and so its mask is not taken into account. @@ -36,6 +35,3 @@ index 1920985eeb09..27a4bb2303d0 100644 /* Clear all bits pending in that task */ *pending &= ~(tsk->softirqs_raised); ret = true; --- -2.36.1 - |