Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752322AbdGaPHL (ORCPT ); Mon, 31 Jul 2017 11:07:11 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:39122 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751827AbdGaPHK (ORCPT ); Mon, 31 Jul 2017 11:07:10 -0400 Date: Mon, 31 Jul 2017 17:06:56 +0200 (CEST) From: Thomas Gleixner To: Tomi Sarvela cc: Martin Peres , jeffy.chen@rock-chips.com, linux-kernel@vger.kernel.org Subject: Re: Suspend-resume failure on Intel Eagle Lake Core2Duo In-Reply-To: <412a3ab0-4ae5-b27a-0b2d-d2e03b27a999@intel.com> Message-ID: References: <4d6b511a-61d5-3c5e-a406-9f71d83670b6@linux.intel.com> <862ba91e-9185-89a8-da81-63bb42ea565d@intel.com> <7287f845-1012-51af-e696-99d26bcb9b7f@intel.com> <1d2c51f3-a655-2223-68a9-e6d700e7d8e1@intel.com> <412a3ab0-4ae5-b27a-0b2d-d2e03b27a999@intel.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1096 Lines: 33 On Mon, 31 Jul 2017, Tomi Sarvela wrote: > On 31/07/17 10:45, Thomas Gleixner wrote: > > On Mon, 31 Jul 2017, Tomi Sarvela wrote: > > > On 28/07/17 19:26, Thomas Gleixner wrote: > > > > Did you change anything else compared to the tests before ? > > > > > > I did check that the problem persisted in linus-HEAD before testing your > > > patch. The testing was done in order (reading from console logs I happen > > > to > > > still have in one window): > > > > What I still do not understand is why this would affect the suspend path in > > any way. > > > > Can you remove the previous patch and apply the one below. If it resumes, > > please provide the data from the trace buffer again. > > No such luck. ELK hangs in the suspend-test with earlier patch removed, this > added. Checked again that the power-led is on, no serial output. Can you please remove the patch. And try the following: # echo N > /sys/module/printk/parameters/console_suspend # echo mem > /sys/power/state and log the output of the serial console. That way we might get a clue where it gets stuck. Thanks, tglx