Commit f716348f authored by Paul E. McKenney's avatar Paul E. McKenney
Browse files

torture: Stop hanging on panic



By default, the "panic" kernel parameter is zero, which causes the kernel
to loop indefinitely after a panic().  The rcutorture scripting will
eventually kill the corresponding qemu process, but only after waiting
for the full run duration plus a few minutes.  This works, but delays
notifying the developer of the failure.

This commit therefore causes the rcutorture scripting to pass the
"panic=-1" kernel parameter, which caused the kernel to instead
unceremoniously shut down immediately.  This in turn causes qemu to
terminate, so that if all of the runs in a given batch panic(), the
rcutorture scripting can immediately proceed to the next batch.

Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
parent 0beb3948
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -203,6 +203,7 @@ identify_qemu () {
# and the TORTURE_QEMU_INTERACTIVE environment variable.
# and the TORTURE_QEMU_INTERACTIVE environment variable.
identify_qemu_append () {
identify_qemu_append () {
	echo debug_boot_weak_hash
	echo debug_boot_weak_hash
	echo panic=-1
	local console=ttyS0
	local console=ttyS0
	case "$1" in
	case "$1" in
	qemu-system-x86_64|qemu-system-i386)
	qemu-system-x86_64|qemu-system-i386)