Ubuntu-focal-kernel/kernel/locking
Peter Zijlstra ee3a41bebc locking/lockdep: Avoid RCU-induced noinstr fail
BugLink: https://bugs.launchpad.net/bugs/1953387

[ 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>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Kelsey Skunberg <kelsey.skunberg@canonical.com>
2022-01-13 18:42:05 +01:00
..
Makefile
lock_events.c
lock_events.h
lock_events_list.h
lockdep.c locking/lockdep: Avoid RCU-induced noinstr fail 2022-01-13 18:42:05 +01:00
lockdep_internals.h locking/lockdep: Decrement IRQ context counters when removing lock chain 2020-11-09 14:47:30 +01:00
lockdep_proc.c
lockdep_states.h
locktorture.c
mcs_spinlock.h
mutex-debug.c locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signal 2021-06-18 15:02:30 +02:00
mutex-debug.h locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signal 2021-06-18 15:02:30 +02:00
mutex.c locking/mutex: Fix HANDOFF condition 2021-10-11 17:08:42 -06:00
mutex.h locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signal 2021-06-18 15:02:30 +02:00
osq_lock.c
percpu-rwsem.c
qrwlock.c locking/qrwlock: Fix ordering in queued_write_lock_slowpath() 2021-05-04 17:50:56 +02:00
qspinlock.c
qspinlock_paravirt.h
qspinlock_stat.h
rtmutex-debug.c
rtmutex-debug.h
rtmutex.c rtmutex: Remove unused argument from rt_mutex_proxy_unlock() 2021-02-19 16:46:08 +01:00
rtmutex.h
rtmutex_common.h rtmutex: Remove unused argument from rt_mutex_proxy_unlock() 2021-02-19 16:46:08 +01:00
rwsem.c exec: Transform exec_update_mutex into a rw_semaphore 2021-02-19 16:43:34 +01:00
rwsem.h
semaphore.c
spinlock.c
spinlock_debug.c
test-ww_mutex.c