From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752797AbcEKMow (ORCPT ); Wed, 11 May 2016 08:44:52 -0400 Received: from smtprelay0095.hostedemail.com ([216.40.44.95]:37596 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751611AbcEKMou convert rfc822-to-8bit (ORCPT ); Wed, 11 May 2016 08:44:50 -0400 X-Session-Marker: 726F737465647440676F6F646D69732E6F7267 X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,rostedt@goodmis.org,:::::::::::::::::::::::::::::::::::::,RULES_HIT:41:152:355:379:541:599:960:973:988:989:1260:1277:1311:1313:1314:1345:1359:1437:1513:1515:1516:1518:1521:1534:1540:1593:1594:1711:1730:1747:1777:1792:2393:2553:2559:2562:2896:3138:3139:3140:3141:3142:3352:3622:3865:3867:3868:3870:3872:3873:3874:4362:5007:6119:6261:6742:7875:9040:10004:10400:10848:10967:11232:11658:11914:12043:12517:12519:12740:13069:13200:13229:13255:13311:13357:14096:14097:14181:14659:14721:21080:21212:21251,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:2,LUA_SUMMARY:none X-HE-Tag: yard84_63fec886c5412 X-Filterd-Recvd-Size: 2433 Date: Wed, 11 May 2016 08:44:45 -0400 From: Steven Rostedt To: Ville =?UTF-8?B?U3lyasOkbMOk?= Cc: Sebastian Andrzej Siewior , Thomas Gleixner , linux-arch@vger.kernel.org, Rik van Riel , Rafael Wysocki , "Srivatsa S. Bhat" , Peter Zijlstra , Arjan van de Ven , Rusty Russell , 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 Subject: Re: S3 resume regression [1cf4f629d9d2 ("cpu/hotplug: Move online calls to hotplugged cpu")] Message-ID: <20160511084445.00030b49@gandalf.local.home> In-Reply-To: <20160511122116.GA4329@intel.com> References: <20160511101920.GZ4329@intel.com> <57332171.8070403@linutronix.de> <20160511122116.GA4329@intel.com> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 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, 11 May 2016 15:21:16 +0300 Ville Syrjälä wrote: > 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. > Can you look at the documentation in the kernel code at Documentation/power/basic-pm-debugging.txt And follow the procedures for testing suspend to RAM (although it requires mostly running the same tests as for hibernation suspending). You can also use the tool s2ram for this as well. See Documentation/power/s2ram.txt Perhaps this can give us a bit more light onto the problem. Basically the above does partial suspend and resume, and can pinpoint problem areas down to a more select location. Thanks! -- Steve