kernel_samsung_a53x/kernel/locking
zhujingpeng dacbe677af ANDROID: GKI: Add initialization for mutex oem_data.
Although __mutex_init() already contains a hook, but this
function may be called before the mutex_init hook is registered,
causing mutex's oem_data to be uninitialized and causing unpredictable errors.

Bug: 352181884

Change-Id: I04378d6668fb4e7b93c11d930ac46aae484fc835
Signed-off-by: zhujingpeng <zhujingpeng@vivo.com>
(cherry picked from commit 96d66062d0767aeafb690ce014ec91785820d62b)
(cherry picked from commit 4c213b2ea1f58bc640894684f65c92b6cdee522d)
2025-01-19 14:56:36 +01:00
..
lock_events.c
lock_events.h
lock_events_list.h
lockdep.c Revert "lockdep: fix deadlock issue between lockdep and rcu" 2024-11-24 00:23:13 +01:00
lockdep_internals.h
lockdep_proc.c
lockdep_states.h
locktorture.c
Makefile
mcs_spinlock.h
mutex-debug.c
mutex-debug.h
mutex.c ANDROID: GKI: Add initialization for mutex oem_data. 2025-01-19 14:56:36 +01:00
mutex.h
osq_lock.c
percpu-rwsem.c ANDROID: GKI: add percpu_rwsem vendor hooks 2025-01-19 14:55:30 +01:00
qrwlock.c
qspinlock.c
qspinlock_paravirt.h
qspinlock_stat.h
rtmutex-debug.c
rtmutex-debug.h
rtmutex.c rtmutex: Drop rt_mutex::wait_lock before scheduling 2025-01-19 00:09:58 +01:00
rtmutex.h
rtmutex_common.h
rwsem.c ANDROID: GKI: Add initialization for rwsem's oem_data and vendor_data. 2025-01-19 14:56:25 +01:00
rwsem.h
semaphore.c
spinlock.c locking/rwlocks: introduce write_lock_nested 2024-11-19 17:44:05 +01:00
spinlock_debug.c
test-ww_mutex.c