rcutorture: Make rcu_torture_boost_failed() check for GP end
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 8 Apr 2021 17:46:55 +0000 (10:46 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 10 May 2021 23:05:06 +0000 (16:05 -0700)
commitbcd4af44e2f173074328980b60178fdbb1853e4f
tree709750709efea4dd80b73da5bc6fb35544462d50
parent8c7ec02e2a69807db8024635b48829dca5701c42
rcutorture: Make rcu_torture_boost_failed() check for GP end

It is possible that a delayed grace period that rcu_torture_boost()
was polling for ended while rcu_torture_boost_failed() was printing the
failure splat.  It would be good to know when this happens.  This commit
therefore has rcu_torture_boost_failed() recheck the grace period after
printing the splat, and printing a message indicating whether or not
the grace period has ended.

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