[PATCH 2/5] lockdep: Apply bitlock to bit_spin_lock

2016-06-19 Thread Byungchul Park
Currently, bit_spin_lock does not use lockdep_map at all. Of course, the lock correctness validator is not supported for bit_spin_lock. This patch makes bit_spin_lock possible to use the validator using CONFIG_BITLOCK_ALLOC. Signed-off-by: Byungchul Park ---

[PATCH 2/5] lockdep: Apply bitlock to bit_spin_lock

2016-06-19 Thread Byungchul Park
Currently, bit_spin_lock does not use lockdep_map at all. Of course, the lock correctness validator is not supported for bit_spin_lock. This patch makes bit_spin_lock possible to use the validator using CONFIG_BITLOCK_ALLOC. Signed-off-by: Byungchul Park --- include/linux/bit_spinlock.h | 57