linux-uconsole/kernel/locking
Liujie Xie bff06d6020 ANDROID: vendor_hooks: Supplement the missing hook call point.
As a supplement to commit eed2741ae6
("ANDROID: vendor_hook: add hooks to protect locking-tsk in cpu scheduler").
In rwsem read, we missed a lock-holding scenario, add it now.

Bug: 290868674

Change-Id: I718dd942b24b330a79283fc241dcbf47cc34c0c5
Signed-off-by: Liujie Xie <xieliujie@oppo.com>
2023-07-12 17:50:14 +08:00
..
lock_events.c
lock_events.h
lock_events_list.h
lockdep.c locking/lockdep: Fix lockdep_init_map_*() confusion 2022-08-21 15:15:33 +02:00
lockdep_internals.h lockdep: Allow tuning tracing capacity constants. 2022-08-21 15:15:27 +02:00
lockdep_proc.c locking/lockdep: Iterate lock_classes directly when reading lockdep files 2022-04-08 14:40:32 +02:00
lockdep_states.h
locktorture.c
Makefile
mcs_spinlock.h
mutex-debug.c locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signal 2021-05-26 12:06:50 +02:00
mutex-debug.h locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signal 2021-05-26 12:06:50 +02:00
mutex.c ANDROID: vendor_hook: Avoid clearing protect-flag before waking waiters 2023-06-07 06:36:55 +00:00
mutex.h locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signal 2021-05-26 12:06:50 +02:00
osq_lock.c
percpu-rwsem.c ANDROID: vendor_hook: Avoid clearing protect-flag before waking waiters 2023-06-07 06:36:55 +00:00
qrwlock.c locking/qrwlock: Fix ordering in queued_write_lock_slowpath() 2021-04-28 13:40:00 +02:00
qspinlock.c
qspinlock_paravirt.h
qspinlock_stat.h
rtmutex-debug.c
rtmutex-debug.h
rtmutex.c ANDROID: vendor_hook: add hooks to protect locking-tsk in cpu scheduler 2022-08-16 11:24:12 +00:00
rtmutex.h
rtmutex_common.h
rwsem.c ANDROID: vendor_hooks: Supplement the missing hook call point. 2023-07-12 17:50:14 +08:00
rwsem.h
semaphore.c kernel: delete repeated words in comments 2022-02-01 17:25:45 +01:00
spinlock.c
spinlock_debug.c
test-ww_mutex.c