commit | 3a0af333415830d2a0ca77de832336af5aadced4 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Jun 22 18:11:31 2015 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Jul 15 14:47:17 2015 -0700 |
tree | c5b95499f63e853e398d9fad97a06bae0edfc4c6 | |
parent | e8e255f7191fb6491dd1d96cfbbe19981f6eb3dd [diff] |
rcutorture: Fix rcu_torture_cbflood() for callback-free RCU The rcu_torture_cbflood() function correctly checks for flavors of RCU that lack analogs to call_rcu() and rcu_barrier(), but in that case it fails to terminate correctly. In fact, it terminates so incorrectly that segfaults can result. This commit therefore causes rcu_torture_cbflood() to do the proper wait-for-stop procedure. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>