diff options
author | 2020-01-04 10:44:41 -0800 | |
---|---|---|
committer | 2020-04-27 11:01:16 -0700 | |
commit | 5822b8126ff01e0baaf7d5168adc4ac8aeae088c (patch) | |
tree | 8d908940c9a3cfa446b01d68465814795c7fa6de /tools/perf/scripts/python/export-to-postgresql.py | |
parent | srcu: Add data_race() to ->srcu_lock_count and ->srcu_unlock_count arrays (diff) | |
download | wireguard-linux-5822b8126ff01e0baaf7d5168adc4ac8aeae088c.tar.xz wireguard-linux-5822b8126ff01e0baaf7d5168adc4ac8aeae088c.zip |
rcu: Add WRITE_ONCE() to rcu_node ->boost_tasks
The rcu_node structure's ->boost_tasks field is read locklessly, so this
commit adds the WRITE_ONCE() to an update in order to provide proper
documentation and READ_ONCE()/WRITE_ONCE() pairing.
This data race was reported by KCSAN. Not appropriate for backporting
due to failure being unlikely.
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions