rcutorture: Prevent hangs for invalid arguments
authorPaul E. McKenney <paulmck@kernel.org>
Fri, 18 Sep 2020 20:30:33 +0000 (13:30 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Sat, 7 Nov 2020 01:13:53 +0000 (17:13 -0800)
commit4994684ce10924a0302567c315c91b0a64eeef46
treef385a715dc36d3260795e32725a76678ba659d76
parentc64659ef29e3901be0900ec6fb0485fa3dbdcfd8
rcutorture: Prevent hangs for invalid arguments

If an rcutorture torture-test run is given a bad kvm.sh argument, the
test will complain to the console, which is good.  What is bad is that
from the user's perspective, it will just hang for the time specified
by the --duration argument.  This commit therefore forces an immediate
kernel shutdown if a rcu_torture_init()-time error occurs, thus avoiding
the appearance of a hang.  It also forces a console splat in this case
to clearly indicate the presence of an error.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/rcu/rcutorture.c