Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753016AbdFMLVL (ORCPT ); Tue, 13 Jun 2017 07:21:11 -0400 Received: from cloudserver094114.home.net.pl ([79.96.170.134]:47250 "EHLO cloudserver094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752187AbdFMLVJ (ORCPT ); Tue, 13 Jun 2017 07:21:09 -0400 From: "Rafael J. Wysocki" To: Dominik Brodowski Cc: Linux ACPI , Linux PCI , Linux PM , Bjorn Helgaas , LKML , Mika Westerberg , Srinivas Pandruvada , Linux USB , Mathias Nyman , Felipe Balbi , Mario Limonciello , Andy Shevchenko , Hans De Goede , Alan Stern Subject: Re: [PATCH v2 0/8] ACPI / PM: Suspend-to-idle rework to deal with spurious ACPI wakeups Date: Tue, 13 Jun 2017 13:14 +0200 Message-ID: <2234878.06ThIWXpcP@aspire.rjw.lan> User-Agent: KMail/4.14.10 (Linux/4.12.0-rc1+; KDE/4.14.9; x86_64; ; ) In-Reply-To: <20170613055422.GA1911@light.dominikbrodowski.net> References: <8918199.uo13RZ8hZk@aspire.rjw.lan> <1615075.mBkoKApGGc@aspire.rjw.lan> <20170613055422.GA1911@light.dominikbrodowski.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit 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: 1399 Lines: 32 On Tuesday, June 13, 2017 07:54:22 AM Dominik Brodowski wrote: > Rafael, > > On Mon, Jun 12, 2017 at 10:46:47PM +0200, Rafael J. Wysocki wrote: > > Hi All, > > > > On Thursday, June 08, 2017 02:00:40 AM Rafael J. Wysocki wrote: > > > Hi All, > > > > > > This series is a replacement for commit eed4d47efe95 (ACPI / sleep: Ignore > > > spurious SCI wakeups from suspend-to-idle) which is still there in 4.12-rc4 but > > > will be reverted shortly, because it triggered issues on quite a few systems. > > > > > > The last patch in the series is a counterpart of the above commit with a few > > > modifications, mostly to avoid affecting suspend-to-RAM and to reorder messages > > > printed to kernel logs to make them somewhat less confusing. > > > > Here's a v2 which is very similar to the previous one, except for 3 things: > > - There are few build fixes in the last patch. > > - The patch from Hans mentioned previously is included now (as [7/8]). > > - There is an additional PCI change related to config space saving/restoring > > and PME. > > > > If anyone has any objections or concerns regarding this, please speak up now, > > as I'm going to put it into linux-next shortly to allow it to receive some more > > testing than commit eed4d47efe95 had had before it went it. > > suspend-to-mem works as expected, also with this v2 applied. Thanks! Thanks for the confirmation! Rafael