| commit | 3ca00e77c0c6e33ce420d4c7251efd4b9730bccf | [log] [tgz] |
|---|---|---|
| author | Daniel Wagner <wagi@monom.org> | Fri Sep 24 09:39:10 2021 +0200 |
| committer | Pavel Machek <pavel@ucw.cz> | Mon Mar 18 11:17:46 2024 +0100 |
| tree | 66d076c51f5cee6ad1d137d242ff3656fa611e03 | |
| parent | e440e4ceb1147f563d0c810401544ead16070e41 [diff] |
futex: fixup wait_lock/pi_lock locking rule changes
The v4.4 version of "Add the rtmutex rework" needs to be updated due
to the futex backports from v4.4.280. The fixes are needed due the
locking rules change (hb->lock and mutex->wait_lock).
This fixup is based on the 0283ca853c78 ("Add the rtmutex rework") and
on what is in v4.9.280-rt186.
Signed-off-by: Daniel Wagner <wagi@monom.org>