summaryrefslogtreecommitdiff
path: root/scripts/package/gen-diff-patch
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@kernel.org>2026-07-11 16:51:41 -0700
committerPaul E. McKenney <paulmck@kernel.org>2026-08-14 14:59:21 -0700
commited55bb915047934acd28e2f0ea1ef9586b254bf0 (patch)
treebd726fed2b95340e247dd09560d75f03aba52de1 /scripts/package/gen-diff-patch
parent86fa5387b473c160c26b781dff55014c4e1b3db0 (diff)
downloadlinux-ed55bb915047934acd28e2f0ea1ef9586b254bf0.tar.gz
linux-ed55bb915047934acd28e2f0ea1ef9586b254bf0.zip
rcutorture: Use this_cpu_inc() for rcu_torture_count[] and rcu_torture_batch[]
Currently __this_cpu_inc() is used to increment elements of both the rcu_torture_count[] and rcu_torture_batch[] arrays. However, this can fail when the increments can happen in interrupt handlers, as recently became possible. This commit therefore upgrades the uses of __this_cpu_inc() to the interrupt-safe this_cpu_inc(). KCSAN located this issue. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'scripts/package/gen-diff-patch')
0 files changed, 0 insertions, 0 deletions