From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 388B7C432C0 for ; Tue, 26 Nov 2019 19:10:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id F0DD02073F for ; Tue, 26 Nov 2019 19:10:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1574795406; bh=QNw4A8s2wPJFQUeAT7Uw16TKtiwtBI/7q/FZKBk5STQ=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=U4hzdtKmRahvBFaGmdP2Obu2o2mme7mF6JVb8bsQh6givS2wBgch/HSHz3dASpDHG eGqmCk+utmXWRhYDfhlUpXyRDdAZBbxrptQRqw/HEykgnG1KMPlBwi2hphxy6GNNQA LORoTJX+1ZAsgjYfRthdKE6xotutu+RitTAUWg6o= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726571AbfKZTKF (ORCPT ); Tue, 26 Nov 2019 14:10:05 -0500 Received: from mail-oi1-f169.google.com ([209.85.167.169]:45591 "EHLO mail-oi1-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726052AbfKZTKF (ORCPT ); Tue, 26 Nov 2019 14:10:05 -0500 Received: by mail-oi1-f169.google.com with SMTP id 14so17648420oir.12 for ; Tue, 26 Nov 2019 11:10:05 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=QNw4A8s2wPJFQUeAT7Uw16TKtiwtBI/7q/FZKBk5STQ=; b=bdhoh3sDu0Y8kLdB3ahU/OcbmCZ0jxdeHV4y6j+uO1zxZetPVH1so1MZkeRwg4TBWe /PPlDLmJwOQAQUu8n8M2YLLjmMwUH7nbApGM8PU1zWSl7Y1fMPvHk/E+t7UN8xOFuMyL /eGhbVpRByGPvjQgF4hvb2C5jkbLPvOQEGlku2XdOMaEl3Tr9KczM+p9MtVzRc88XhOX zESIshOHDy2RrcaW2/SFMPmOivMKJOpBaW2dbCS8/eIqufRNl+YKyCozINKmxQOBO9qv 8tA6y7vyNXnyl70sqAHDWGTaesufJ8R0rmRlc6WyV+zt/ysu12asjnm3u0vNFQ/hGDxN rdDQ== X-Gm-Message-State: APjAAAXbR0sWM7w2M5vzRcGaSIHkhnRqKwyPYjmhM8B8r4DjqrIB1y9b hygaftjkMrt1L9EBnCrQ7Uzkj/My5ys2+o6JAOA= X-Google-Smtp-Source: APXvYqwkLVPccBiIbwD9GY951gRqLxkIB2ncPC01P7eS0y0zHnObyHrgiEqnaIp6xpeCp+A40OswZUSZH6tCmmxX+UQ= X-Received: by 2002:aca:cd92:: with SMTP id d140mr492528oig.68.1574795404586; Tue, 26 Nov 2019 11:10:04 -0800 (PST) MIME-Version: 1.0 References: <12933162.9b7K5rSXZx@kreacher> In-Reply-To: From: "Rafael J. Wysocki" Date: Tue, 26 Nov 2019 20:09:53 +0100 Message-ID: Subject: Re: Help me fix a regression caused by 56b9918490 (PM: sleep: Simplify suspend-to-idle control flow) To: "Kenneth R. Crudup" Cc: "Rafael J. Wysocki" , "Rafael J. Wysocki" , Rafael Wysocki , Linux PM Content-Type: text/plain; charset="UTF-8" Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On Tue, Nov 26, 2019 at 8:03 PM Kenneth R. Crudup wrote: > > > On Tue, 26 Nov 2019, Rafael J. Wysocki wrote: > > > I've just realized that it is not necessary to use acpi_ec_query_flushed() in > > acpi_ec_flush_work() at all, because it calls flush_scheduled_work() anyway, > > so the appended patch should be good to go. > ... > > Can you try it, please? > > IFFFF this current fingers-crossed build fails I certainly shall. Well, it would be useful to try it anyway. In any case, I'm going to go ahead and post the EC part of it as a proper patch and integrate it.