| commit | cf0fad926042a48185321f412f2542dfc3352b54 | [log] [tgz] |
|---|---|---|
| author | Paul E. McKenney <paulmck@kernel.org> | Wed Sep 28 19:05:43 2022 -0700 |
| committer | Paul E. McKenney <paulmck@kernel.org> | Wed Sep 28 19:05:43 2022 -0700 |
| tree | 9bfa7b2d2459c543bef7dcd12218a861bada955b | |
| parent | 468dfaac6097bfc3ae0428189e85e7909a1685f3 [diff] |
rcutorture: Convert call_rcu() to call_rcu_flush() The rcutorture kernel module was designed with the notion that call_rcu() pretty much immediately starts a grace period, which is no longer the case for kernels built with CONFIG_RCU_LAZY=y. This commit therefore converts rcutorture's call_rcu() invocations to call_rcu_lazy(). Signed-off-by: Paul E. McKenney <paulmck@kernel.org>