From: Frantisek Sumsal Date: Fri, 3 Nov 2023 14:15:33 +0000 (+0100) Subject: Revert "test: don't panic on soft lockups" X-Git-Tag: v255-rc1~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e086c389ab5117b36df579afd958f2b83471c6a;p=thirdparty%2Fsystemd.git 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 3a89904e45cbbd96fb1c5d0768de5e5fcdaaa508. --- diff --git a/test/test-functions b/test/test-functions index e72ed57ca9e..8663f902d80 100644 --- a/test/test-functions +++ b/test/test-functions @@ -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