diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2024-10-26 03:44:28 +0300 |
---|---|---|
committer | Uladzislau Rezki (Sony) <urezki@gmail.com> | 2024-12-14 19:10:29 +0300 |
commit | ecc5e6b0d3c982091b82615af21817ddf9cfdd60 (patch) | |
tree | d2e086b1150df992b80eb12312f69b357eb63a18 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 7a323371197b184c8f0cff0d67d74f48f0098164 (diff) | |
download | linux-ecc5e6b0d3c982091b82615af21817ddf9cfdd60.tar.xz |
rcu: Add KCSAN exclusive-writer assertions for rdp->cpu_no_qs.b.exp
The value of rdp->cpu_no_qs.b.exp may be changed only by the corresponding
CPU, and that CPU is not even allowed to race with itself, for example,
via interrupt handlers. This commit therefore adds KCSAN exclusive-writer
assertions to check this constraint.
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Cc: Frederic Weisbecker <frederic@kernel.org>
Signed-off-by: Uladzislau Rezki (Sony) <urezki@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions