summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/rtmutex-add-rwlock-implementation-based-on-rtmutex.patch
diff options
context:
space:
mode:
authorRomain Perier <romain.perier@gmail.com>2018-11-15 08:47:09 +0100
committerRomain Perier <romain.perier@gmail.com>2018-11-16 19:26:07 +0100
commitb12aada85cf54a365cde5c52b4fd5575155966b9 (patch)
treec187626030e01e7ec96cf5dd2a62f322c2125255 /debian/patches-rt/rtmutex-add-rwlock-implementation-based-on-rtmutex.patch
parent998b27af2f5794afe8172b3a5edf472081223b8d (diff)
downloadlinux-debian-b12aada85cf54a365cde5c52b4fd5575155966b9.tar.gz
[rt] Update to 4.19.1-rt3
Diffstat (limited to 'debian/patches-rt/rtmutex-add-rwlock-implementation-based-on-rtmutex.patch')
-rw-r--r--debian/patches-rt/rtmutex-add-rwlock-implementation-based-on-rtmutex.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/rtmutex-add-rwlock-implementation-based-on-rtmutex.patch b/debian/patches-rt/rtmutex-add-rwlock-implementation-based-on-rtmutex.patch
index ae5e49e51..5a10d5d59 100644
--- a/debian/patches-rt/rtmutex-add-rwlock-implementation-based-on-rtmutex.patch
+++ b/debian/patches-rt/rtmutex-add-rwlock-implementation-based-on-rtmutex.patch
@@ -1,7 +1,7 @@
From: Thomas Gleixner <tglx@linutronix.de>
Date: Thu, 12 Oct 2017 17:18:06 +0200
Subject: rtmutex: add rwlock implementation based on rtmutex
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patches-4.19-rt1.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patches-4.19.1-rt3.tar.xz
The implementation is bias-based, similar to the rwsem implementation.