hc
2024-11-15 a46a1ad097419aeea7350987dd95230f50d90392
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);