lkml.org 
[lkml]   [2008]   [Apr]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH,RFC] Add call_rcu_sched()
On Tue, Apr 08, 2008 at 01:39:36AM -0700, Andrew Morton wrote:
> On Tue, 8 Apr 2008 13:40:48 +0530 Gautham R Shenoy <ego@in.ibm.com> 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? -------/

Right. But then rdp wouldn't contain anything useful at this point.
So, we may only end up taking the rdp->lock, observe that there's nothing to do,
and move on.

Is there something else that I am missing?

--
Thanks and Regards
gautham


\
 
 \ /
  Last update: 2008-04-08 10:59    [W:0.970 / U:0.036 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site