Skip to content

Commit d720323

Browse files
committed
kernel: Enable test_lockup module
This will be us the ability to test a hardware watchdog's ability to trigger on different kinds of lockups.
1 parent 8eb706b commit d720323

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

board/aarch32/linux_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y
394394
CONFIG_BOOTPARAM_HUNG_TASK_PANIC=y
395395
CONFIG_WQ_WATCHDOG=y
396396
CONFIG_WQ_CPU_INTENSIVE_REPORT=y
397+
CONFIG_TEST_LOCKUP=m
397398
# CONFIG_SCHED_DEBUG is not set
398399
# CONFIG_RCU_TRACE is not set
399400
CONFIG_FUNCTION_TRACER=y

board/aarch64/linux_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,7 @@ CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y
565565
CONFIG_BOOTPARAM_HUNG_TASK_PANIC=y
566566
CONFIG_WQ_WATCHDOG=y
567567
CONFIG_WQ_CPU_INTENSIVE_REPORT=y
568+
CONFIG_TEST_LOCKUP=m
568569
# CONFIG_SCHED_DEBUG is not set
569570
# CONFIG_RCU_TRACE is not set
570571
CONFIG_FUNCTION_TRACER=y

board/riscv64/linux_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@ CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y
481481
CONFIG_BOOTPARAM_HUNG_TASK_PANIC=y
482482
CONFIG_WQ_WATCHDOG=y
483483
CONFIG_WQ_CPU_INTENSIVE_REPORT=y
484+
CONFIG_TEST_LOCKUP=m
484485
# CONFIG_SCHED_DEBUG is not set
485486
CONFIG_STACKTRACE=y
486487
CONFIG_RCU_CPU_STALL_TIMEOUT=60

board/x86_64/linux_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,5 +270,6 @@ CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y
270270
CONFIG_BOOTPARAM_HUNG_TASK_PANIC=y
271271
CONFIG_WQ_WATCHDOG=y
272272
CONFIG_WQ_CPU_INTENSIVE_REPORT=y
273+
CONFIG_TEST_LOCKUP=m
273274
CONFIG_FUNCTION_TRACER=y
274275
CONFIG_UNWINDER_FRAME_POINTER=y

0 commit comments

Comments
 (0)