File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -703,6 +703,8 @@ config DEBUG_PREEMPT
703
703
if kernel code uses it in a preemption-unsafe way. Also, the kernel
704
704
will detect preemption count underflows.
705
705
706
+ menu "Lock Debugging (spinlocks, mutexes, etc...)"
707
+
706
708
config DEBUG_RT_MUTEXES
707
709
bool "RT Mutex debugging, deadlock detection"
708
710
depends on DEBUG_KERNEL && RT_MUTEXES
@@ -832,12 +834,6 @@ config DEBUG_LOCKDEP
832
834
additional runtime checks to debug itself, at the price
833
835
of more runtime overhead.
834
836
835
- config TRACE_IRQFLAGS
836
- bool
837
- help
838
- Enables hooks to interrupt enabling and disabling for
839
- either tracing or lock debugging.
840
-
841
837
config DEBUG_ATOMIC_SLEEP
842
838
bool "Sleep inside atomic section checking"
843
839
select PREEMPT_COUNT
@@ -859,6 +855,14 @@ config DEBUG_LOCKING_API_SELFTESTS
859
855
The following locking APIs are covered: spinlocks, rwlocks,
860
856
mutexes and rwsems.
861
857
858
+ endmenu # lock debugging
859
+
860
+ config TRACE_IRQFLAGS
861
+ bool
862
+ help
863
+ Enables hooks to interrupt enabling and disabling for
864
+ either tracing or lock debugging.
865
+
862
866
config STACKTRACE
863
867
bool
864
868
depends on STACKTRACE_SUPPORT
You can’t perform that action at this time.
0 commit comments