hc
2024-11-01 830ce1f69238136c0197858242f16cf44e0d6cb9
kernel/kernel/rcu/tree_plugin.h
....@@ -790,7 +790,7 @@
790790 struct rcu_data *rdp;
791791
792792 if (!IS_ENABLED(CONFIG_RCU_STRICT_GRACE_PERIOD) ||
793
- irqs_disabled() || preempt_count() || !rcu_state.gp_kthread)
793
+ on_pipeline_entry() || running_oob() || irqs_disabled() || preempt_count() || !rcu_state.gp_kthread)
794794 return;
795795 rdp = this_cpu_ptr(&rcu_data);
796796 rcu_report_qs_rdp(rdp);