commit | 7ac3fdf099bf784794eb944e0ba5bb69867ca06d | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Thu Feb 25 20:56:10 2021 -0800 |
committer | Paul E. McKenney <paulmck@kernel.org> | Wed Mar 24 17:17:38 2021 -0700 |
tree | 01915e4fb59ed67ac861efbe748061fffbb701c0 | |
parent | 0909fc2b2c41aae50a18a36ac2858d156f521871 [diff] |
rcutorture: Test start_poll_synchronize_rcu() and poll_state_synchronize_rcu() This commit causes rcutorture to test the new start_poll_synchronize_rcu() and poll_state_synchronize_rcu() functions. Because of the difficulty of determining the nature of a synchronous RCU grace (expedited or not), the test that insisted that poll_state_synchronize_rcu() detect an intervening synchronize_rcu() had to be dropped. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>