summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/md-disable-bcache.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/md-disable-bcache.patch')
-rw-r--r--debian/patches-rt/md-disable-bcache.patch5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/patches-rt/md-disable-bcache.patch b/debian/patches-rt/md-disable-bcache.patch
index 648bbb653..9f683a05f 100644
--- a/debian/patches-rt/md-disable-bcache.patch
+++ b/debian/patches-rt/md-disable-bcache.patch
@@ -1,7 +1,7 @@
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: Thu, 29 Aug 2013 11:48:57 +0200
Subject: md: disable bcache
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.2/older/patches-5.2.17-rt9.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.4/older/patches-5.4.3-rt1.tar.xz
It uses anon semaphores
|drivers/md/bcache/request.c: In function ‘cached_dev_write_complete’:
@@ -15,6 +15,7 @@ It uses anon semaphores
either we get rid of those or we have to introduce them…
+Link: http://lkml.kernel.org/r/20130820111602.3cea203c@gandalf.local.home
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
---
drivers/md/bcache/Kconfig | 1 +
@@ -26,7 +27,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
config BCACHE
tristate "Block device as cache"
-+ depends on !PREEMPT_RT_FULL
++ depends on !PREEMPT_RT
select CRC64
help
Allows a block device to be used as cache for other devices; uses