summaryrefslogtreecommitdiff
path: root/patches/dm-make-rt-aware.patch
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2017-10-17 17:13:28 +0200
committerSebastian Andrzej Siewior <bigeasy@linutronix.de>2017-10-17 17:13:28 +0200
commit4aca7bf0252fb2fd2017ac18d3997776162a99c0 (patch)
treece0b44cfbff890448774f7878e962870f354bd7c /patches/dm-make-rt-aware.patch
parent163c99cd5cc3ffff6f0ac886236223e72ae989fb (diff)
downloadlinux-rt-4.13.7-rt1-patches.tar.gz
[ANNOUNCE] v4.13.7-rt1v4.13.7-rt1-patches
Dear RT folks! I'm pleased to announce the v4.13.7-rt1 patch set. Changes since v4.11.12-rt16: - Rebase to v4.13.7 - We have now only the reader bias version of RWLOCK. In v4.11 it was possible to choose between both implementations but since the reader bias version makes no problems it is now the only implementation. - The lockdep self test is now disabled. While it produced some false positives on v4.11 it now completly locks up the system and needs investigation before re-enabling. Known issues None You can get this release via the git tree at: git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git v4.13.7-rt1 The RT patch against v4.13.7 can be found here: https://cdn.kernel.org/pub/linux/kernel/projects/rt/4.13/older/patch-4.13.7-rt1.patch.xz The split quilt queue is available at: https://cdn.kernel.org/pub/linux/kernel/projects/rt/4.13/older/patches-4.13.7-rt1.tar.xz Sebastian Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Diffstat (limited to 'patches/dm-make-rt-aware.patch')
-rw-r--r--patches/dm-make-rt-aware.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/dm-make-rt-aware.patch b/patches/dm-make-rt-aware.patch
index 0ec19f8c25a2..268b1d0a3f34 100644
--- a/patches/dm-make-rt-aware.patch
+++ b/patches/dm-make-rt-aware.patch
@@ -15,7 +15,7 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
--- a/drivers/md/dm-rq.c
+++ b/drivers/md/dm-rq.c
-@@ -667,7 +667,7 @@ static void dm_old_request_fn(struct req
+@@ -674,7 +674,7 @@ static void dm_old_request_fn(struct req
/* Establish tio->ti before queuing work (map_tio_request) */
tio->ti = ti;
kthread_queue_work(&md->kworker, &tio->work);