Skip to content

Commit 0a3879f

Browse files
wkztroglobit
authored andcommitted
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 6f6bb41 commit 0a3879f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

board/aarch64/linux_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,7 @@ CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y
557557
CONFIG_BOOTPARAM_HUNG_TASK_PANIC=y
558558
CONFIG_WQ_WATCHDOG=y
559559
CONFIG_WQ_CPU_INTENSIVE_REPORT=y
560+
CONFIG_TEST_LOCKUP=m
560561
# CONFIG_SCHED_DEBUG is not set
561562
# CONFIG_RCU_TRACE is not set
562563
CONFIG_FUNCTION_TRACER=y

board/riscv64/linux_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,7 @@ CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y
470470
CONFIG_BOOTPARAM_HUNG_TASK_PANIC=y
471471
CONFIG_WQ_WATCHDOG=y
472472
CONFIG_WQ_CPU_INTENSIVE_REPORT=y
473+
CONFIG_TEST_LOCKUP=m
473474
# CONFIG_SCHED_DEBUG is not set
474475
CONFIG_STACKTRACE=y
475476
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
@@ -273,5 +273,6 @@ CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y
273273
CONFIG_BOOTPARAM_HUNG_TASK_PANIC=y
274274
CONFIG_WQ_WATCHDOG=y
275275
CONFIG_WQ_CPU_INTENSIVE_REPORT=y
276+
CONFIG_TEST_LOCKUP=m
276277
CONFIG_FUNCTION_TRACER=y
277278
CONFIG_UNWINDER_FRAME_POINTER=y

0 commit comments

Comments
 (0)