• Paul E. McKenney's avatar
    rcutorture: Make rcu_torture_boost_failed() check for GP end · bcd4af44
    Paul E. McKenney authored
    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: default avatarPaul E. McKenney <paulmck@kernel.org>
    bcd4af44
rcutorture.c 95.2 KB