summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/softirq-Avoid-a-cancel-dead-lock-in-tasklet-handling.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/softirq-Avoid-a-cancel-dead-lock-in-tasklet-handling.patch')
-rw-r--r--debian/patches-rt/softirq-Avoid-a-cancel-dead-lock-in-tasklet-handling.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/softirq-Avoid-a-cancel-dead-lock-in-tasklet-handling.patch b/debian/patches-rt/softirq-Avoid-a-cancel-dead-lock-in-tasklet-handling.patch
index 4dcc50238..b5a330827 100644
--- a/debian/patches-rt/softirq-Avoid-a-cancel-dead-lock-in-tasklet-handling.patch
+++ b/debian/patches-rt/softirq-Avoid-a-cancel-dead-lock-in-tasklet-handling.patch
@@ -2,7 +2,7 @@ From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: Sat, 22 Jun 2019 00:09:22 +0200
Subject: [PATCH] softirq: Avoid a cancel dead-lock in tasklet handling due to
preemptible-softirq
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.2/older/patches-5.2.9-rt3.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.2/older/patches-5.2.10-rt5.tar.xz
A pending / active tasklet which is preempted by a task on the same CPU
will spin indefinitely becauase the tasklet makes no progress.