diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2025-01-23 02:59:30 +0300 |
---|---|---|
committer | Joel Fernandes <joelagnelf@nvidia.com> | 2025-04-08 21:55:38 +0300 |
commit | 75d8bf48a8bef2628243d0d76599c710412ba25b (patch) | |
tree | b653e84d6459a84e7c76003b5b430df6ed8f5292 /tools/perf/scripts/python/gecko.py | |
parent | 31b7ce3d98a57de80e255f5124f8dbdfb4be8777 (diff) | |
download | linux-75d8bf48a8bef2628243d0d76599c710412ba25b.tar.xz |
rcutorture: Make srcu_lockdep.sh check reader-conflict handling
Mixing different flavors of RCU readers is forbidden, for example, you
should not use srcu_read_lock() and srcu_read_lock_nmisafe() on the same
srcu_struct structure. There are checks for this, but these checks are
not tested on a regular basis. This commit therefore adds such tests
to srcu_lockdep.sh.
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Joel Fernandes <joelagnelf@nvidia.com>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions