summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/block-mq-don-t-complete-requests-via-IPI.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/block-mq-don-t-complete-requests-via-IPI.patch')
-rw-r--r--debian/patches-rt/block-mq-don-t-complete-requests-via-IPI.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/block-mq-don-t-complete-requests-via-IPI.patch b/debian/patches-rt/block-mq-don-t-complete-requests-via-IPI.patch
index 5694ad597..7e71bf1dd 100644
--- a/debian/patches-rt/block-mq-don-t-complete-requests-via-IPI.patch
+++ b/debian/patches-rt/block-mq-don-t-complete-requests-via-IPI.patch
@@ -1,7 +1,7 @@
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: Thu, 29 Jan 2015 15:10:08 +0100
Subject: block/mq: don't complete requests via IPI
-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
The IPI runs in hardirq context and there are sleeping locks. Assume caches are
shared and complete them on the local CPU.