From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422805AbbENWMc (ORCPT ); Thu, 14 May 2015 18:12:32 -0400 Received: from cmta20.telus.net ([209.171.16.93]:49714 "EHLO cmta20.telus.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161027AbbENWM2 (ORCPT ); Thu, 14 May 2015 18:12:28 -0400 X-Authority-Analysis: v=2.0 cv=eJ/NegV1 c=1 sm=2 a=zJWegnE7BH9C0Gl4FFgQyA==:17 a=kj9zAlcOel0A:10 a=aatUQebYAAAA:8 a=Pyq9K9CWowscuQLKlpiwfMBGOR0=:19 a=7CQSdrXTAAAA:8 a=VwQbUJbxAAAA:8 a=xCnV-GyPuLLlx9RpiYoA:9 a=CjuIK1q_8ugA:10 a=zJWegnE7BH9C0Gl4FFgQyA==:117 X-Telus-Outbound-IP: 173.180.45.4 From: "Doug Smythies" To: "'Ingo Molnar'" , "'Juri Lelli'" Cc: , References: <004801d08e54$20d5bd60$62813820$@net> <5554B8D8.8090006@arm.com> <20150514174804.GA19586@gmail.com> In-Reply-To: <20150514174804.GA19586@gmail.com> Subject: RE: On resume from suspend only CPU 0 comes back on-line [REGRESSION][BISECTED] Date: Thu, 14 May 2015 15:12:24 -0700 Message-ID: <007601d08e93$0fdca700$2f95f500$@net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AdCObiOvE3o1el07Qk+OhPrGVJovPQAI8UXw Content-Language: en-ca Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2015.05.14 10:48 Ingo Molnar wrote: > * Juri Lelli wrote: >>> On 14/05/15 15:41, Doug Smythies wrote: >>> 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: >>> >> >> Does commit 533445c6e533 "sched/core: Fix regression in >> cpuset_cpu_inactive() for suspend" on tip/sched/core >> fix the bug? > That would be sched/urgent primarily, not sched/core: > git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/urgent > I'll get this fix to Linus ASAP. I could not seem to figure out how to get the patch from tip, and any version I could find on internet would not apply properly. Juri kindly sent me the patch. With the patch applied to an otherwise unmodified Kernel 4.1RC3, Resume from suspend is working fine again. Thanks.