Revert "test: don't panic on soft lockups"

Let's put this back in, as it could help with occasional machine lock ups
on overloaded systems (and it didn't help with the original issue
anyway).

This reverts commit 3a89904e45.
This commit is contained in:
Frantisek Sumsal 2023-11-03 15:15:33 +01:00 committed by Luca Boccassi
parent 82e5dc630d
commit 4e086c389a

View file

@ -571,6 +571,7 @@ run_qemu() {
if ! get_bool "$INTERACTIVE_DEBUG" && ! get_bool "$TEST_SKIP_SHUTDOWN"; then
kernel_params+=(
"panic=1"
"softlockup_panic=1"
"systemd.wants=end.service"
)
fi