* Andrew Morton <[email protected]> wrote:
> This is actually not cpu-hotplug safe ;)
>
> > > > {
> > > > int cpu = raw_smp_processor_id();
> > > > /*
> > > > * Interrupts/softirqs are hotplug-safe:
> > > > */
> > > > if (in_interrupt())
> > > > return;
> > > > if (current->hotplug_depth++)
> > > > return;
>
> <preempt, cpu hot-unplug, resume on different CPU>
>
> > > > current->hotplug_lock = &per_cpu(hotplug_lock, cpu);
>
> <use-after-free>
>
> > > > mutex_lock(current->hotplug_lock);
>
> And it sleeps, so we can't use preempt_disable().
i explained it in the other mail - this is the 'read' side. The 'write'
side (code actually wanting to /do/ a CPU hotplug state transition) has
to take /all/ these locks before it can take a CPU down.
so this is still a global CPU hotplug lock, but made scalable.
Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]