Re: [PATCH,RFC] Add call_rcu_sched()

From: Andrew Morton
Date: Tue Apr 08 2008 - 04:41:23 EST


On Tue, 8 Apr 2008 13:40:48 +0530 Gautham R Shenoy <ego@xxxxxxxxxx> wrote:

> > > + rdp = RCU_DATA_CPU(cpu);
> <-- here ------\
> > > + spin_lock_irqsave(&rdp->lock, flags); |
> > > + |
> > > + /* |
> > > + * We are running on this CPU irq-disabled, so no |
> > > + * CPU can go offline until we re-enable irqs. |
> > |
> > but, but, but. The cpu at `cpu' could have gone offline just before we |
> > disabled local interrupts. |
> |
> In that case the CPU_DEAD callback should have migrated the rcu-lists to |
> a cpu which is online. |
|
But local variable rdp might be pointing at the now-offlined CPU's data? -------/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/