Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752086AbdG1NPZ (ORCPT ); Fri, 28 Jul 2017 09:15:25 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:58561 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751949AbdG1NPX (ORCPT ); Fri, 28 Jul 2017 09:15:23 -0400 Date: Fri, 28 Jul 2017 15:15:10 +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: Message-ID: References: <4d6b511a-61d5-3c5e-a406-9f71d83670b6@linux.intel.com> <864ff133-815c-0c7f-5e36-fdcc32d0261d@linux.intel.com> <2ecc8ffd-e041-2d53-6f33-e91b3ec701eb@linux.intel.com> <67de95b4-a869-d897-e76c-17c974fb21a6@linux.intel.com> <862ba91e-9185-89a8-da81-63bb42ea565d@intel.com> <7287f845-1012-51af-e696-99d26bcb9b7f@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: 1041 Lines: 38 On Fri, 28 Jul 2017, Thomas Gleixner wrote: > On Fri, 28 Jul 2017, Tomi Sarvela wrote: > > On 28/07/17 00:08, Thomas Gleixner wrote: > > The patch didn't apply cleanly: can you tell exact commit or tag it has been > > created against? > > Linus head > > > I tried to hand-wrangle the changes in, but then I got compilation > > errors: > > Sorry, forgot to refresh the patch. Working version below. > > > Also, the usage of /sys/power/pm_test was not intuitive to me. Can you explain > > which kind of combinations do you want to test? > > # echo freezer >/sys/power/pm_test > # echo mem >/sys/power/state > > # echo devices >/sys/power/pm_test > # echo mem >/sys/power/state > > # echo platform >/sys/power/pm_test > # echo mem >/sys/power/state > > To reset the test stuff do: > # echo none >/sys/power/pm_test > > Please try that before applying the debug patch. Another question. Is the machine completely dead or not? Can you ping it or does the serial console show the start of resume or just nothing at all? Thanks, tglx