Skip to content

Commit 774eff8

Browse files
authored
run-vmtest: set kasan_multi_shot for the VM (#222)
1 parent 4041003 commit 774eff8

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
@@ -96,7 +96,7 @@ cat > $VMTEST_TOML <<EOF
9696
[[target]]
9797
name = "run-vmtest"
9898
kernel = "${VMLINUZ}"
99-
kernel_args = "panic=-1 sysctl.vm.panic_on_oom=1 hardlockup_all_cpu_backtrace=1 softlockup_all_cpu_backtrace=1"
99+
kernel_args = "panic=-1 sysctl.vm.panic_on_oom=1 hardlockup_all_cpu_backtrace=1 softlockup_all_cpu_backtrace=1 kasan_multi_shot"
100100
command = """\
101101
${GITHUB_ACTION_PATH}/vmtest-init.sh && \
102102
cd ${GITHUB_WORKSPACE} && \

0 commit comments

Comments
 (0)