Skip to content

Commit

Permalink
Debug: Enable LOCK debug feature for debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Wenkui <[email protected]>
  • Loading branch information
beckwen committed Oct 31, 2024
1 parent c3f8931 commit d0a8169
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ CONFIG_DEBUG_SG=y
CONFIG_DEBUG_LIST=y
CONFIG_RCU_CPU_STALL_INFO=y
CONFIG_DEBUG_MUTEXES=y
CONFIG_LOCK_STAT=y
CONFIG_PROVE_LOCKING=y
CONFIG_DEBUG_LOCKDEP=y
# CONFIG_MUTEX_SPIN_ON_OWNER is not set
CONFIG_DEBUG_SPINLOCK=y
CONFIG_LOCKUP_DETECTOR=y
Expand Down

0 comments on commit d0a8169

Please sign in to comment.