diff options
| author | Paul E. McKenney <paulmck@kernel.org> | 2026-07-24 14:44:15 -0700 |
|---|---|---|
| committer | Paul E. McKenney <paulmck@kernel.org> | 2026-07-30 11:21:14 -0700 |
| commit | 76892716e187e1bb4be30c8c980204b501c28555 (patch) | |
| tree | 39439b5add31b678f05947f0190d5cba7fa8ba7b /scripts/patch-kernel | |
| parent | df0ecbc497de851891847260f45805ca6ccb393f (diff) | |
| download | linux-76892716e187e1bb4be30c8c980204b501c28555.tar.gz linux-76892716e187e1bb4be30c8c980204b501c28555.zip | |
rcu: Mark interrupts-enabled accesses to rdp->cpu_no_qs.s
The rdp->cpu_no_qs.s field is accessed only by the current CPU,
but can be accessed both at task level and from interrupt handlers.
All accesses from interrupts-enabled code must therefore be marked.
This commit therefore converts from __this_cpu_read() to this_cpu_read(),
but only in interrupts-enabled code, that is, the rcu_qs() function.
KCSAN located this issue.
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
