summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0006-jbd2-Make-state-lock-a-spinlock.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0006-jbd2-Make-state-lock-a-spinlock.patch')
-rw-r--r--debian/patches-rt/0006-jbd2-Make-state-lock-a-spinlock.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/0006-jbd2-Make-state-lock-a-spinlock.patch b/debian/patches-rt/0006-jbd2-Make-state-lock-a-spinlock.patch
index 124f2ce83..653d7c309 100644
--- a/debian/patches-rt/0006-jbd2-Make-state-lock-a-spinlock.patch
+++ b/debian/patches-rt/0006-jbd2-Make-state-lock-a-spinlock.patch
@@ -1,7 +1,7 @@
From: Thomas Gleixner <tglx@linutronix.de>
Date: Fri, 9 Aug 2019 14:42:32 +0200
Subject: [PATCH 6/7] jbd2: Make state lock a spinlock
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.4/older/patches-5.4.13-rt7.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.4/older/patches-5.4.17-rt8.tar.xz
Bit-spinlocks are problematic on PREEMPT_RT if functions which might sleep
on RT, e.g. spin_lock(), alloc/free(), are invoked inside the lock held