Merge tag 'locking-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull locking fixes from Thomas Gleixner: "Two locking fixes: - Invoke the lockdep tracepoints in the correct place so the ordering is correct again - Don't leave the mutex WAITER bit stale when the last waiter is dropping out early due to a signal as that forces all subsequent lock operations needlessly into the slowpath until it's cleaned up again" * tag 'locking-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signal locking/lockdep: Correct calling tracepoints
Showing
- kernel/locking/lockdep.c 2 additions, 2 deletionskernel/locking/lockdep.c
- kernel/locking/mutex-debug.c 2 additions, 2 deletionskernel/locking/mutex-debug.c
- kernel/locking/mutex-debug.h 1 addition, 1 deletionkernel/locking/mutex-debug.h
- kernel/locking/mutex.c 13 additions, 5 deletionskernel/locking/mutex.c
- kernel/locking/mutex.h 1 addition, 3 deletionskernel/locking/mutex.h
Please register or sign in to comment