Merge tag 'locking_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull locking fixes from Borislav Petkov: "Two fixes from the locking/urgent pile: - Fix lockdep's detection of "USED" <- "IN-NMI" inversions (Peter Zijlstra) - Make percpu-rwsem operations on the semaphore's ->read_count IRQ-safe because it can be used in an IRQ context (Hou Tao)" * tag 'locking_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: locking/percpu-rwsem: Use this_cpu_{inc,dec}() for read_count locking/lockdep: Fix "USED" <- "IN-NMI" inversions
Showing
- include/linux/percpu-rwsem.h 4 additions, 4 deletionsinclude/linux/percpu-rwsem.h
- kernel/locking/lockdep.c 29 additions, 6 deletionskernel/locking/lockdep.c
- kernel/locking/lockdep_internals.h 2 additions, 0 deletionskernel/locking/lockdep_internals.h
- kernel/locking/percpu-rwsem.c 2 additions, 2 deletionskernel/locking/percpu-rwsem.c
Loading
Please register or sign in to comment