From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Subject: Re: S3 resume regression [1cf4f629d9d2 ("cpu/hotplug: Move online calls to hotplugged cpu")] Date: Wed, 11 May 2016 15:36:15 +0200 Message-ID: <5733354F.6080703@intel.com> References: <20160511101920.GZ4329@intel.com> <57332171.8070403@linutronix.de> <20160511122116.GA4329@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mga11.intel.com ([192.55.52.93]:62813 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932271AbcEKNg2 (ORCPT ); Wed, 11 May 2016 09:36:28 -0400 In-Reply-To: <20160511122116.GA4329@intel.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: =?UTF-8?B?VmlsbGUgU3lyasOkbMOk?= , Sebastian Andrzej Siewior Cc: 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@vger.kernel.org, rui.zhang@intel.com, len.brown@intel.com, Linux PM On 5/11/2016 2:21 PM, Ville Syrj=E4l=E4 wrote: > On Wed, May 11, 2016 at 02:11:29PM +0200, Sebastian Andrzej Siewior w= rote: >> On 05/11/2016 12:19 PM, Ville Syrj=E4l=E4 wrote: >>> Hi, >> Hi, >> >>> I have a Lenovo Ideapad S10-3t machine here (Atom N450, 1 core, 2 H= T) >>> which fails to resume from S3 on 4.6-rc releases. I bisected it dow= n 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 comm= it >>> in 4.6. >>> >>> Any ideas? >> do you have a backtrace or anything or is it just not working and yo= u >> 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=20 and then resume, see Documentation/power/basic_pm_debugging.txt for details). See if that=20 works or if you can get any traces etc. Thanks, Rafael