kernel/kernel/rcu/tree_plugin.h
.. .. @@ -790,7 +790,7 @@ 790 790 struct rcu_data *rdp; 791 791 792 792 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)794 794 return; 795 795 rdp = this_cpu_ptr(&rcu_data); 796 796 rcu_report_qs_rdp(rdp);