diff options
Diffstat (limited to 'debian/patches-rt/0159-locking-rtmutex-Remove-rt_mutex_timed_lock.patch')
-rw-r--r-- | debian/patches-rt/0159-locking-rtmutex-Remove-rt_mutex_timed_lock.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches-rt/0159-locking-rtmutex-Remove-rt_mutex_timed_lock.patch b/debian/patches-rt/0159-locking-rtmutex-Remove-rt_mutex_timed_lock.patch index 5573d0e56..0ea2f8136 100644 --- a/debian/patches-rt/0159-locking-rtmutex-Remove-rt_mutex_timed_lock.patch +++ b/debian/patches-rt/0159-locking-rtmutex-Remove-rt_mutex_timed_lock.patch @@ -1,8 +1,8 @@ -From 6ec5055da1da31b64ab24ba9ff1739d05e46bb7f Mon Sep 17 00:00:00 2001 +From 4048e68e72f7bcb549c80e56e644e2504475ba86 Mon Sep 17 00:00:00 2001 From: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Date: Wed, 7 Oct 2020 12:11:33 +0200 Subject: [PATCH 159/323] locking/rtmutex: Remove rt_mutex_timed_lock() -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.204-rt100.tar.xz +Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.215-rt107.tar.xz rt_mutex_timed_lock() has no callers since commit c051b21f71d1f ("rtmutex: Confine deadlock logic to futex") @@ -16,7 +16,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> 2 files changed, 49 deletions(-) diff --git a/include/linux/rtmutex.h b/include/linux/rtmutex.h -index 2dc10b582d4a..243fabc2c85f 100644 +index 2dc10b582d4ae..243fabc2c85f6 100644 --- a/include/linux/rtmutex.h +++ b/include/linux/rtmutex.h @@ -99,9 +99,6 @@ extern void rt_mutex_lock(struct rt_mutex *lock); @@ -30,7 +30,7 @@ index 2dc10b582d4a..243fabc2c85f 100644 extern void rt_mutex_unlock(struct rt_mutex *lock); diff --git a/kernel/locking/rtmutex.c b/kernel/locking/rtmutex.c -index 9aa4d545020a..b5d5c570a8ac 100644 +index 9aa4d545020af..b5d5c570a8acd 100644 --- a/kernel/locking/rtmutex.c +++ b/kernel/locking/rtmutex.c @@ -1405,21 +1405,6 @@ rt_mutex_fastlock(struct rt_mutex *lock, int state, @@ -94,5 +94,5 @@ index 9aa4d545020a..b5d5c570a8ac 100644 * rt_mutex_trylock - try to lock a rt_mutex * -- -2.43.0 +2.44.0 |