summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0335-locking-rwsem_rt-Add-__down_read_interruptible.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0335-locking-rwsem_rt-Add-__down_read_interruptible.patch')
-rw-r--r--debian/patches-rt/0335-locking-rwsem_rt-Add-__down_read_interruptible.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches-rt/0335-locking-rwsem_rt-Add-__down_read_interruptible.patch b/debian/patches-rt/0335-locking-rwsem_rt-Add-__down_read_interruptible.patch
index 21eccadc2..cb15f208e 100644
--- a/debian/patches-rt/0335-locking-rwsem_rt-Add-__down_read_interruptible.patch
+++ b/debian/patches-rt/0335-locking-rwsem_rt-Add-__down_read_interruptible.patch
@@ -1,7 +1,7 @@
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: Tue, 19 Jan 2021 18:54:33 +0100
-Subject: [PATCH 335/353] locking/rwsem_rt: Add __down_read_interruptible()
-Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=6e17b509364cf1b4d4e8adf01a5b64e986db7ad2
+Subject: [PATCH 335/354] locking/rwsem_rt: Add __down_read_interruptible()
+Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=8ce30ad373ef28e21f51911a6fc0ba4b05e5b46c
The stable backported a patch which adds __down_read_interruptible() for
the generic rwsem implementation.