Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

torture: Make hangs more visible in torture.sh output

This commit labels "QEMU killed" lines so that they will be picked up
by torture.sh processing.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Joel Fernandes <joelagnelf@nvidia.com>

authored by

Paul E. McKenney and committed by
Joel Fernandes
08d5cade 69642000

+1 -2
+1 -1
tools/testing/selftests/rcutorture/bin/kvm-recheck.sh
··· 49 49 then 50 50 if test -f "$i/qemu-retval" && test "`cat $i/qemu-retval`" -eq 137 51 51 then 52 - echo QEMU killed 52 + echo "Summary: Potential hang (QEMU killed)" 53 53 fi 54 54 configcheck.sh $i/.config $i/ConfigFragment > $i/ConfigFragment.diags 2>&1 55 55 if grep -q '^CONFIG_KCSAN=y$' $i/ConfigFragment.input
-1
tools/testing/selftests/rcutorture/bin/parse-console.sh
··· 113 113 then 114 114 print_warning $title `cat $T.seq` 115 115 fi 116 - exit 2 117 116 fi 118 117 fi | tee -a $file.diags 119 118