diff options
| author | 2022-12-15 11:57:55 +0800 | |
|---|---|---|
| committer | 2023-01-03 17:28:34 -0800 | |
| commit | 3d1adf7ada352b80e037509d26cdca156f75e830 (patch) | |
| tree | 015b1388da4ad7022a285454156239546f1d25f8 /include/uapi/linux | |
| parent | rcu: Suppress smp_processor_id() complaint in synchronize_rcu_expedited_wait() (diff) | |
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 'include/uapi/linux')
0 files changed, 0 insertions, 0 deletions
