From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932399AbcEKQTm (ORCPT ); Wed, 11 May 2016 12:19:42 -0400 Received: from mail-lf0-f67.google.com ([209.85.215.67]:33180 "EHLO mail-lf0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751605AbcEKQTk convert rfc822-to-8bit (ORCPT ); Wed, 11 May 2016 12:19:40 -0400 MIME-Version: 1.0 In-Reply-To: <625fc476-744c-240d-28b0-e1f09712c6a3@xs4all.nl> References: <20160511101920.GZ4329@intel.com> <57332171.8070403@linutronix.de> <20160511122116.GA4329@intel.com> <5733354F.6080703@intel.com> <625fc476-744c-240d-28b0-e1f09712c6a3@xs4all.nl> Date: Wed, 11 May 2016 18:19:37 +0200 X-Google-Sender-Auth: lvygrlxOE8gJpvTWskPG8kwnvhc Message-ID: Subject: Re: S3 resume regression [1cf4f629d9d2 ("cpu/hotplug: Move online calls to hotplugged cpu")] From: "Rafael J. Wysocki" To: Jim Bos Cc: "Rafael J. Wysocki" , =?UTF-8?B?VmlsbGUgU3lyasOkbMOk?= , Sebastian Andrzej Siewior , Thomas Gleixner , linux-arch@vger.kernel.org, Rik van Riel , "Srivatsa S. Bhat" , Peter Zijlstra , Arjan van de Ven , Rusty Russell , Steven Rostedt , Oleg Nesterov , Tejun Heo , Andrew Morton , Paul McKenney , Linus Torvalds , Paul Turner , Linux Kernel Mailing List , "Zhang, Rui" , Len Brown , Linux PM Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 11, 2016 at 5:25 PM, Jim Bos wrote: > On 05/11/2016 03:36 PM, Rafael J. Wysocki wrote: >> On 5/11/2016 2:21 PM, Ville Syrjälä wrote: >>> On Wed, May 11, 2016 at 02:11:29PM +0200, Sebastian Andrzej Siewior >>> wrote: >>>> On 05/11/2016 12:19 PM, Ville Syrjälä wrote: >>>>> Hi, >>>> Hi, >>>> >>>>> I have a Lenovo Ideapad S10-3t machine here (Atom N450, 1 core, 2 HT) >>>>> which fails to resume from S3 on 4.6-rc releases. I bisected it down to >>>>> >>>>> commit 1cf4f629d9d246519a1e76c021806f2a51ddba4d >>>>> Author: Thomas Gleixner >>>>> Date: Fri Feb 26 18:43:39 2016 +0000 >>>>> >>>>> cpu/hotplug: Move online calls to hotplugged cpu >>>>> >>>>> Unfortunately that won't revert cleanly, and neither does the merge >>>>> commit, so I was unable to see if that is the only problematic commit >>>>> in 4.6. >>>>> >>>>> Any ideas? >>>> do you have a backtrace or anything or is it just not working and you >>>> end up with a blank screen? >>> Yeah can't get anything from the machine at that point. netconsole >>> didn't help either, and no serial on this machine. And IIRC I've >>> tried ramoops on this thing in the past but unfortunately the memory >>> got cleared on reboot. >>> >> >> Please try >> >> # echo processors > /sys/power/pm_test >> >> and then suspend (it should simulate a suspend, wait for approx. 5 sec >> and then resume, see >> Documentation/power/basic_pm_debugging.txt for details). See if that >> works or if you can get any >> traces etc. >> >> Thanks, >> Rafael >> > > > Hmm, I thought I had some resume issue but ignored that, so I just tried > again. > On 4.6.0-rc1 all is fine but on 4.6.0-rc7 on resume the machine locks up > totally. No response on ping or sysrq-B, only hard reset works. > > Tried this 'echo processors > /sys/power/pm_test' follow by pm-suspend > > and did find a lot of ACPI errors (attached) in the log which are > definitely not present after normal boot. > > This is on a Intel(R) Pentium(R) CPU G3220 @ 3.00GHz > > So not sure if this is same issue but just wanted to mention it. If the problem is reproducible, you should be able to identify the commit that broke things for you. Have you tried to check if this is the same commit reported in this thread?