mint0x33/kernel/locking
Peter Zijlstra d9c4367a7e locking/lockdep: Avoid RCU-induced noinstr fail
[ Upstream commit ce0b9c805dd66d5e49fd53ec5415ae398f4c56e6 ]

vmlinux.o: warning: objtool: look_up_lock_class()+0xc7: call to rcu_read_lock_any_held() leaves .noinstr.text section

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20210624095148.311980536@infradead.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-11-26 11:40:26 +01:00
..
lockdep.c locking/lockdep: Avoid RCU-induced noinstr fail 2021-11-26 11:40:26 +01:00
lockdep_internals.h
lockdep_proc.c locking/lockdep: Fix overflow in presentation of average lock-time 2020-09-03 11:22:27 +02:00
lockdep_states.h
locktorture.c locktorture: Print ratio of acquisitions, not failures 2020-04-24 08:01:23 +02:00
Makefile
mcs_spinlock.h
mutex-debug.c
mutex-debug.h
mutex.c
mutex.h
osq_lock.c
percpu-rwsem.c
qrwlock.c
qspinlock.c locking/qspinlock, x86: Provide liveness guarantee 2018-12-21 14:13:09 +01:00
qspinlock_paravirt.h Revert "locking/pvqspinlock: Don't wait if vCPU is preempted" 2019-10-11 18:18:36 +02:00
qspinlock_stat.h
rtmutex-debug.c
rtmutex-debug.h
rtmutex.c rtmutex: Remove unused argument from rt_mutex_proxy_unlock() 2021-01-30 13:31:16 +01:00
rtmutex.h
rtmutex_common.h rtmutex: Remove unused argument from rt_mutex_proxy_unlock() 2021-01-30 13:31:16 +01:00
rwsem-spinlock.c
rwsem-xadd.c locking/rwsem: Prevent decrement of reader count before increment 2019-05-21 18:50:12 +02:00
rwsem.c
rwsem.h
semaphore.c
spinlock.c
spinlock_debug.c locking/spinlock/debug: Fix various data races 2020-01-12 12:11:49 +01:00
test-ww_mutex.c