-
- Downloads
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull locking fixes from Thomas Gleixner: "A set of locking fixes: - Address the fallout of the rwsem rework. Missing ACQUIREs and a sanity check to prevent a use-after-free - Add missing checks for unitialized mutexes when mutex debugging is enabled. - Remove the bogus code in the generic SMP variant of arch_futex_atomic_op_inuser() - Fixup the #ifdeffery in lockdep to prevent compile warnings" * 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: locking/mutex: Test for initialized mutex locking/lockdep: Clean up #ifdef checks locking/lockdep: Hide unused 'class' variable locking/rwsem: Add ACQUIRE comments tty/ldsem, locking/rwsem: Add missing ACQUIRE to read_failed sleep loop lcoking/rwsem: Add missing ACQUIRE to read_slowpath sleep loop locking/rwsem: Add missing ACQUIRE to read_slowpath exit when queue is empty locking/rwsem: Don't call owner_on_cpu() on read-owner futex: Cleanup generic SMP variant of arch_futex_atomic_op_inuser()
No related branches found
No related tags found
Showing
- drivers/tty/tty_ldsem.c 2 additions, 3 deletionsdrivers/tty/tty_ldsem.c
- include/asm-generic/futex.h 1 addition, 20 deletionsinclude/asm-generic/futex.h
- kernel/locking/lockdep.c 6 additions, 7 deletionskernel/locking/lockdep.c
- kernel/locking/lockdep_proc.c 2 additions, 1 deletionkernel/locking/lockdep_proc.c
- kernel/locking/mutex.c 10 additions, 1 deletionkernel/locking/mutex.c
- kernel/locking/rwsem.c 22 additions, 6 deletionskernel/locking/rwsem.c
Loading
Please register or sign in to comment