diff options
| author | Zilin Guan <[email protected]> | 2024-11-10 14:47:47 +0000 |
|---|---|---|
| committer | Boqun Feng <[email protected]> | 2025-02-05 05:52:38 +0000 |
| commit | 764f6a81103e83dc552237f77cc769dd550d8e01 (patch) | |
| tree | 322f12267de4392f4496d86f50807cf7b1000343 /tools/perf/scripts/python/check-perf-trace.py | |
| parent | rcu: Split rcu_report_exp_cpu_mult() mask parameter and use for tracing (diff) | |
| download | kernel-764f6a81103e83dc552237f77cc769dd550d8e01.tar.gz kernel-764f6a81103e83dc552237f77cc769dd550d8e01.zip | |
rcu: Remove READ_ONCE() for rdp->gpwrap access in __note_gp_changes()
There is one access to the per-CPU rdp->gpwrap field in the
__note_gp_changes() function that does not use READ_ONCE(), but all other
accesses do use READ_ONCE(). When using the 8*TREE03 and CONFIG_NR_CPUS=8
configuration, KCSAN found no data races at that point. This is because
all calls to __note_gp_changes() hold rnp->lock, which excludes writes
to the rdp->gpwrap fields for all CPUs associated with that same leaf
rcu_node structure.
This commit therefore removes READ_ONCE() from rdp->gpwrap accesses
within the __note_gp_changes() function.
Signed-off-by: Zilin Guan <[email protected]>
Signed-off-by: Paul E. McKenney <[email protected]>
Signed-off-by: Boqun Feng <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions
