Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull locking fixes from Ingo Molnar: "Misc fixes: - a file-based futex fix - one more spin_unlock_wait() fix - a ww-mutex deadlock detection improvement/fix - and a raw_read_seqcount_latch() barrier fix" * 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: futex: Calculate the futex key based on a tail page for file-based futexes locking/qspinlock: Fix spin_unlock_wait() some more locking/ww_mutex: Report recursive ww_mutex locking early locking/seqcount: Re-fix raw_read_seqcount_latch()
No related branches found
No related tags found
Showing
- include/asm-generic/qspinlock.h 17 additions, 36 deletionsinclude/asm-generic/qspinlock.h
- include/linux/seqlock.h 5 additions, 2 deletionsinclude/linux/seqlock.h
- kernel/futex.c 11 additions, 3 deletionskernel/futex.c
- kernel/locking/mutex.c 6 additions, 3 deletionskernel/locking/mutex.c
- kernel/locking/qspinlock.c 60 additions, 0 deletionskernel/locking/qspinlock.c
Loading
Please register or sign in to comment