diff options
author | 2025-02-23 20:29:31 -0800 | |
---|---|---|
committer | 2025-03-04 18:46:47 -0800 | |
commit | a56ca5619f9ccce701789e2d231419ed50c0f033 (patch) | |
tree | 9f3c5ea4135da7580c21e9532a1cbe65d588c5ab /scripts/generate_rust_analyzer.py | |
parent | rcutorture: Update rcutorture_one_extend_check() for lazy preemption (diff) | |
download | wireguard-linux-a56ca5619f9ccce701789e2d231419ed50c0f033.tar.xz wireguard-linux-a56ca5619f9ccce701789e2d231419ed50c0f033.zip |
rcutorture: Update ->extendables check for lazy preemption
The rcutorture_one_extend_check() function's second last check assumes
that "preempt_count() & PREEMPT_MASK" is non-zero only if
RCUTORTURE_RDR_PREEMPT or RCUTORTURE_RDR_SCHED bit is set.
This works for preemptible RCU and for non-preemptible RCU running in
a non-preemptible kernel. But it fails for non-preemptible RCU running
in a preemptible kernel because then rcu_read_lock() is just
preempt_disable(), which increases preempt count.
This commit therefore adjusts this check to take into account the case
fo non-preemptible RCU running in a preemptible kernel.
Reviewed-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