As of, or about, Kernel 4.1RC1 on resume from suspend only CPU 0 comes back on-line. The issue persists through Kernel 4.1RC3. This is on my test computer with an i7-2600K. I do not normally use suspend on this computer, but was doing so while working on a bug report.
The kernel was bisected, and this is the result: 3c18d447b3b36a8d3c90dc37dfbd363cdb685d0a is the first bad commit commit 3c18d447b3b36a8d3c90dc37dfbd363cdb685d0a Author: Juri Lelli <[email protected]> Date: Tue Mar 31 09:53:37 2015 +0100 sched/core: Check for available DL bandwidth in cpuset_cpu_inactive() Hotplug operations are destructive w.r.t. cpusets. In case such an operation is performed on a CPU belonging to an exlusive cpuset, the DL bandwidth information associated with the corresponding root domain is gone even if the operation fails (in sched_cpu_inactive()). For this reason we need to move the check we currently have in sched_cpu_inactive() to cpuset_cpu_inactive() to prevent useless cpusets reconfiguration in the CPU_DOWN_FAILED path. Signed-off-by: Juri Lelli <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Cc: Juri Lelli <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]> :040000 040000 10f8d81afdc8e625f8e6720883d3eb42c28d452b c08264528890941bad35d5d4cc134c03f259c534 M kernel Since I sometimes mess up using git bisect, and end up at some random result, the above was double checked manually: 3c18d447b3b36a8d3c90dc37dfbd363cdb685d0a has the issue. 4cd57f97135840f637431c92380c8da3edbe44ed (the previous commit) does not have the issue. -- 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/

