summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0180-block-mq-don-t-complete-requests-via-IPI.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0180-block-mq-don-t-complete-requests-via-IPI.patch')
-rw-r--r--debian/patches-rt/0180-block-mq-don-t-complete-requests-via-IPI.patch8
1 files changed, 2 insertions, 6 deletions
diff --git a/debian/patches-rt/0180-block-mq-don-t-complete-requests-via-IPI.patch b/debian/patches-rt/0180-block-mq-don-t-complete-requests-via-IPI.patch
index b29ad2ead..207cd80ff 100644
--- a/debian/patches-rt/0180-block-mq-don-t-complete-requests-via-IPI.patch
+++ b/debian/patches-rt/0180-block-mq-don-t-complete-requests-via-IPI.patch
@@ -1,8 +1,7 @@
-From 229760413c4138a40587def4f9420bdb432fa502 Mon Sep 17 00:00:00 2001
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: Thu, 29 Jan 2015 15:10:08 +0100
-Subject: [PATCH 180/347] block/mq: don't complete requests via IPI
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patches-4.19.246-rt110.tar.xz
+Subject: [PATCH 180/342] block/mq: don't complete requests via IPI
+Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=4e9380971f8b08119840af917fb3d20b44697363
The IPI runs in hardirq context and there are sleeping locks. This patch
moves the completion into a workqueue.
@@ -114,6 +113,3 @@ index 56fe682d9beb..39d90bf9b5fa 100644
struct blk_mq_ctx *mq_ctx;
int cpu;
---
-2.36.1
-