]> git.baikalelectronics.ru Git - kernel.git/commit
torture: Make kvm-test-1-run-qemu.sh check for reboot loops
authorPaul E. McKenney <paulmck@kernel.org>
Sat, 10 Jul 2021 00:13:34 +0000 (17:13 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 27 Jul 2021 18:41:33 +0000 (11:41 -0700)
commit90db7c654a87245cfc95edce1b7d322838551720
tree73a6e4f83bf1118494b2e86f50ec42414041dd31
parentf6d09d9e1fe541ab53500be5b3953766c1859a1c
torture: Make kvm-test-1-run-qemu.sh check for reboot loops

It turns out that certain types of early boot bugs can result in reboot
loops, even within a guest OS running under qemu/KVM.  This commit
therefore upgrades the kvm-test-1-run-qemu.sh script's hang-detection
heuristics to detect such situations and to terminate the run when
they occur.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/testing/selftests/rcutorture/bin/kvm-test-1-run-qemu.sh