> > Vs. the suspend / resume wreckage of rc6-mm1 / rc6-hrt2:
>
> ie. the one on the Vaio (I assume).
>
> > I'm still fishing in rather dark water. Depending on the added
> > instrumentation points the problem mutates up to the point where it
> > vanishes completely. The hang, which requires key strokes again, happens
> > consistently at the same place:
> >
> > The notifier call in kernel/cpu.c::_cpu_up()
> >
> > ret = __raw_notifier_call_chain(&cpu_chain, CPU_UP_PREPARE | mod, hcpu,
> > -1, &nr_calls);
> >
> > does not return, but _all_ registered notifiers are called and reach
> > their return statement. This reminds me on:
> >
> >
http://lkml.org/lkml/2007/5/9/46
> >
> > Sigh. I have no clue where to dig further.
>
> Well, the above may affect SMP systems, but the Vaio is UP. Hmm?