diff options
author | 2024-12-12 20:06:55 -0800 | |
---|---|---|
committer | 2025-02-05 07:01:55 -0800 | |
commit | fcf0e25ad4c8d14d2faab4d9a17040f31efce205 (patch) | |
tree | 5e8e3598ceb8b0166f46cfd8906eb0f0f952e434 /scripts/generate_rust_analyzer.py | |
parent | sched: update __cond_resched comment about RCU quiescent states (diff) | |
download | wireguard-linux-fcf0e25ad4c8d14d2faab4d9a17040f31efce205.tar.xz wireguard-linux-fcf0e25ad4c8d14d2faab4d9a17040f31efce205.zip |
rcu: handle unstable rdp in rcu_read_unlock_strict()
rcu_read_unlock_strict() can be called with preemption enabled
which can make for an unstable rdp and a racy norm value.
Fix this by dropping the preempt-count in __rcu_read_unlock()
after the call to rcu_read_unlock_strict(), adjusting the
preempt-count check appropriately.
Suggested-by: Frederic Weisbecker <frederic@kernel.org>
Signed-off-by: Ankur Arora <ankur.a.arora@oracle.com>
Reviewed-by: Frederic Weisbecker <frederic@kernel.org>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Boqun Feng <boqun.feng@gmail.com>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions