Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751923AbdGaI3b (ORCPT ); Mon, 31 Jul 2017 04:29:31 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:36867 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751615AbdGaI3a (ORCPT ); Mon, 31 Jul 2017 04:29:30 -0400 Date: Mon, 31 Jul 2017 10:29:23 +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: 1101 Lines: 32 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. > > Tree not pulled: still testing against the previous head -rc2, not current > 4.13.0-rc3 Shouldn't make a difference. Can you please try the following: Offline CPU1 before invoking suspend. # echo 0 >/sys/devices/system/cpus/cpu1/offline Thanks, tglx