commit | 967c298d650e2a8562fb4ea488af36bdf2a71ac4 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Wed Aug 24 18:57:45 2022 -0700 |
committer | Paul E. McKenney <paulmck@kernel.org> | Wed Aug 31 05:09:22 2022 -0700 |
tree | 0cc08c5377f7405256110164f7699d5b1df18a4f | |
parent | 18538248e5486b0f0e8581083de275176674cd1f [diff] |
rcutorture: Limit read-side polling-API testing RCU's polled grace-period API is reasonably lightweight, but still contains heavyweight memory barriers. This commit therefore limits testing of this API from rcutorture's readers in order to avoid the false negatives that these heavyweight operations could provoke. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>