Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp1169087ybv; Thu, 20 Feb 2020 14:41:45 -0800 (PST) X-Google-Smtp-Source: APXvYqyXQ++Ndx2m8ZE0JWPumzXQlk+3n/Y3aoAqRGBXZTlDW1qtGR+8mbToB7OaX4omrrteyuRA X-Received: by 2002:aca:4d06:: with SMTP id a6mr3862047oib.27.1582238505719; Thu, 20 Feb 2020 14:41:45 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582238505; cv=none; d=google.com; s=arc-20160816; b=zDDKlCfW3avfnaWbtOVYBcEzk4GEL5H3H3dVh3Wdpjetbfi481jk9JV3m7Wl4lszto 0K9wdv+p9rlLzyY1Gd1mnlpNVRR/Zh/QlFsnLBr6QCwqjPyli2NtPL4YQktOrMyFOtqH 2+2WDK6ldNVWRKzFkuCVa219c2z21nGDu6Az5Lw8qhQikW85KwCX62joLXUjo98/OUxc c1iYsTzigAX5uli0x9jEJed+BGTIYUbOm5UNsu1+4/88DLJv2K6ZgrkMT6tDMVLeibWP 05XHwawvoO+0l3Duf/256frSGW5YxZGZ92r+E6VckmM62BTcfkQNlQOQ/4fAWvooIQ5k pUjg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=cNcAgoXiAhnGb2hZ83chuNQWTZlBkgL8gclmO3OVzyk=; b=AN+FUVYVGWo9vZWZ57tm5rvJXG5IKn1wvCOjN2XAeM5w0P+/doguZwVxEbgPYHUuPX /WjT7Is/wgn1X30Dc+eLC99Gsd+npX8Xxx+7RU19UQO21gZM6ASKz3pEgeeakMM3ZIMU YfckRf/m3tOlV0ShXAwusOZWk7yDnvgW+R5dv1YEB2OXW6AY5MRrEyE35DqB8yMK4Miv 2HF4T7uKIeohHQ6WuUmfnJ7uTj01xRetRtf79saqxkB7JZgi2gkHSPyTxsrVOSy8zJOf lMHDSSBh1gua3nB1W3kpV06tbnvMLm2l0lQfcGf3t2rBopmeQY83abgHHLrP3fMbbHUF bviw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t28si433608otr.16.2020.02.20.14.41.32; Thu, 20 Feb 2020 14:41:45 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729230AbgBTWlZ (ORCPT + 99 others); Thu, 20 Feb 2020 17:41:25 -0500 Received: from cloudserver094114.home.pl ([79.96.170.134]:48513 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729130AbgBTWlZ (ORCPT ); Thu, 20 Feb 2020 17:41:25 -0500 Received: from 79.184.254.252.ipv4.supernova.orange.pl (79.184.254.252) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.341) id e4bb8ae86d8915f1; Thu, 20 Feb 2020 23:41:22 +0100 From: "Rafael J. Wysocki" To: Chris Wilson Cc: linux-kernel@vger.kernel.org, Linus Torvalds , "Rafael J. Wysocki" , Linux PM , Linux ACPI Subject: Re: Linux 5.6-rc2 Date: Thu, 20 Feb 2020 23:41:22 +0100 Message-ID: <10791544.HYfhKnFLvn@kreacher> In-Reply-To: <158197497594.2449.9692451182044632969@skylake-alporthouse-com> References: <158197497594.2449.9692451182044632969@skylake-alporthouse-com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday, February 17, 2020 10:29:35 PM CET Chris Wilson wrote: > Quoting Linus Torvalds (2020-02-17 21:20:27) > > On Mon, Feb 17, 2020 at 8:22 AM Chris Wilson wrote: > > > > > > Quoting Linus Torvalds (2020-02-16 21:32:32) > > > > Rafael J. Wysocki (4): > > > > ACPI: EC: Fix flushing of pending work > > > > ACPI: PM: s2idle: Avoid possible race related to the EC GPE > > > > ACPICA: Introduce acpi_any_gpe_status_set() > > > > ACPI: PM: s2idle: Prevent spurious SCIs from waking up the system > > > > > > Our S0 testing broke on all platforms, so we've reverted > > > e3728b50cd9b ("ACPI: PM: s2idle: Avoid possible race related to the EC GPE") > > > fdde0ff8590b ("ACPI: PM: s2idle: Prevent spurious SCIs from waking up the system") > > > > > > There wasn't much in the logs, for example, > > > https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5445/fi-kbl-7500u/igt@gem_exec_suspend@basic-s0.html > > > > So the machine suspends, but never comes back? > > > > Do you need to revert both for it to work for you? Or is the revert of > > fdde0ff8590b just to avoid the conflict? > > fdde0ff85 was just to avoid conflicts. > > > I'm assuming you bisected this, and the bisect indicated e3728b50cd9b, > > and then to revert it you reverted the other commit too.. > > Lucky guess based on diff rc1..rc2. Bisect was going to be painful, but > could be done if this is not enough clue for Rafael. Sorry for the delayed response, was away. I'm guessing that you are using rtcwake for wakeup, in which case reverting fdde0ff85 alone should unbreak it. Can you please double check that?