[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Xen4.2 S3 regression?
>>> On 20.09.12 at 08:13, Keir Fraser <keir.xen@xxxxxxxxx> wrote: > CPU#1 got stuck in loop in cpu_init() as it appears to be Åalready > initialised in cpu_initialized bitmap. CPU#0 detects it is stuck and > carries on, but the resume code assumes all CPUs are brought back online and > crashes later. So this would suggest play_dead() (-> cpu_exit_clear() -> cpu_uninit()) not getting reached during the suspend cycle. That should be fairly easy to verify, as the serial console ought to still work when the secondary CPUs get offlined. That might imply cpumask_clear_cpu(cpu, &cpu_online_map) not getting reached in __cpu_disable(), which would be in line with the observation that none of the logs provided so far showed anything being done by fixup_irqs() (called right after clearing the online bit). Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |