Skip to content

Commit 6980cb9

Browse files
committed
run-vmtest: Set *_all_cpu_backtrace kenrel args for vmtest
Signed-off-by: Ihor Solodrai <ihor.solodrai@linux.dev>
1 parent 888c843 commit 6980cb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run-vmtest/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ cat > $VMTEST_TOML <<EOF
9595
[[target]]
9696
name = "run-vmtest"
9797
kernel = "${VMLINUZ}"
98-
kernel_args = "panic=-1 sysctl.vm.panic_on_oom=1"
98+
kernel_args = "panic=-1 sysctl.vm.panic_on_oom=1 hardlockup_all_cpu_backtrace=1 softlockup_all_cpu_backtrace=1"
9999
command = """\
100100
${GITHUB_ACTION_PATH}/vmtest-init.sh && \
101101
cd ${GITHUB_WORKSPACE} && \

0 commit comments

Comments
 (0)