]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
torture: Make torture.sh tolerate runs having bad kvm.sh arguments
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 5 Jun 2025 14:19:34 +0000 (07:19 -0700)
committerNeeraj Upadhyay (AMD) <neeraj.upadhyay@kernel.org>
Wed, 16 Jul 2025 04:14:04 +0000 (09:44 +0530)
commit3aee453496026451fe126e53d43db6d687b51209
treefad2a9e4d7f1826bc3bfe52e38a011c7bc68e251
parentd57300010d38a8eb518fa05d305bef1343716431
torture: Make torture.sh tolerate runs having bad kvm.sh arguments

Currently, torture.sh assumes excessive levels of reviewer competence
and thus fails to gracefully handle cases where it is tricked into giving
kvm.sh invalid arguments.  This commit therefore upgrades error handling
to more gracefully handle this situation.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Neeraj Upadhyay (AMD) <neeraj.upadhyay@kernel.org>
tools/testing/selftests/rcutorture/bin/torture.sh