diff options
author | 2024-11-10 14:47:47 +0000 | |
---|---|---|
committer | 2025-02-04 21:52:38 -0800 | |
commit | 764f6a81103e83dc552237f77cc769dd550d8e01 (patch) | |
tree | 322f12267de4392f4496d86f50807cf7b1000343 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | rcu: Split rcu_report_exp_cpu_mult() mask parameter and use for tracing (diff) | |
download | wireguard-linux-764f6a81103e83dc552237f77cc769dd550d8e01.tar.xz wireguard-linux-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 <zilinguan811@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Boqun Feng <boqun.feng@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions