hc
2024-11-01 2f529f9b558ca1c1bd74be7437a84e4711743404
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);