]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Revert "test: don't panic on soft lockups"
authorFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 3 Nov 2023 14:15:33 +0000 (15:15 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 3 Nov 2023 20:38:31 +0000 (20:38 +0000)
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.

test/test-functions

index e72ed57ca9efd6f0959e21b3b35ed363aed1b813..8663f902d80141d3d3c51dc0087b5aa12ac61f75 100644 (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