Re: [PATCH RFC] x86/smpboot: Unbreak CPU0 hotplug

2017-06-30 Thread Vitaly Kuznetsov
Vitaly Kuznetsov writes: > A hang on CPU0 onlining after a preceding offlining is observed. Trace > shows that CPU0 is stuck in check_tsc_sync_target() waiting for source > CPU to run check_tsc_sync_source() but this never happens. Source CPU, > in its turn, is stuck on synchronize_sched() which

[PATCH RFC] x86/smpboot: Unbreak CPU0 hotplug

2017-06-26 Thread Vitaly Kuznetsov
A hang on CPU0 onlining after a preceding offlining is observed. Trace shows that CPU0 is stuck in check_tsc_sync_target() waiting for source CPU to run check_tsc_sync_source() but this never happens. Source CPU, in its turn, is stuck on synchronize_sched() which is called from native_cpu_up() -> d