diff options
author | 2022-12-15 11:57:55 +0800 | |
---|---|---|
committer | 2023-01-03 17:28:34 -0800 | |
commit | 3d1adf7ada352b80e037509d26cdca156f75e830 (patch) | |
tree | 015b1388da4ad7022a285454156239546f1d25f8 /scripts/generate_rust_analyzer.py | |
parent | rcu: Suppress smp_processor_id() complaint in synchronize_rcu_expedited_wait() (diff) | |
download | linux-rng-3d1adf7ada352b80e037509d26cdca156f75e830.tar.xz linux-rng-3d1adf7ada352b80e037509d26cdca156f75e830.zip |
rcu: Make rcu_blocking_is_gp() stop early-boot might_sleep()
Currently, rcu_blocking_is_gp() invokes might_sleep() even during early
boot when interrupts are disabled and before the scheduler is scheduling.
This is at best an accident waiting to happen. Therefore, this commit
moves that might_sleep() under an rcu_scheduler_active check in order
to ensure that might_sleep() is not invoked unless sleeping might actually
happen.
Signed-off-by: Zqiang <qiang1.zhang@intel.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions