diff --git a/[refs] b/[refs] index bf8b3e7ae0ef..363ff988a70e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 95f0c1de3e6ed4383cc4b5f52ce4ecfb21026b49 +refs/heads/master: cf01537ecf192d9ff15c32a355db5d5af22bea4d diff --git a/trunk/kernel/rcutree.c b/trunk/kernel/rcutree.c index e000a623e635..95c7b61e77e4 100644 --- a/trunk/kernel/rcutree.c +++ b/trunk/kernel/rcutree.c @@ -1509,6 +1509,9 @@ static void rcu_cleanup_dead_cpu(int cpu, struct rcu_state *rsp) raw_spin_unlock_irqrestore(&rnp->lock, flags); if (need_report & RCU_OFL_TASKS_EXP_GP) rcu_report_exp_rnp(rsp, rnp, true); + WARN_ONCE(rdp->qlen != 0 || rdp->nxtlist != NULL, + "rcu_cleanup_dead_cpu: Callbacks on offline CPU %d: qlen=%lu, nxtlist=%p\n", + cpu, rdp->qlen, rdp->nxtlist); } #else /* #ifdef CONFIG_HOTPLUG_CPU */