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=-6.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham 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 03BB7C2BA83 for ; Fri, 14 Feb 2020 10:25:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B691F206B6 for ; Fri, 14 Feb 2020 10:25:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1581675907; bh=W8rOXSxY1bOzTjistCDm/39xE5v2jUyjpAp/VR3P4oo=; h=From:Date:Subject:To:Cc:List-ID:From; b=Eawxt38irI9w5HVNqWAGH3vzFF2vqVjgehED8vlX+dHdutsjuujqQSR0jk//xtfAw oV8K0fyYmEhYWBjOAp6AcfNgh2wUl5wfz7mr3/xj9pgqbX5M602tCiTayAcGfpAiHV GpjdVBv7kfK+jR+QWxbq/Q/X188IvlQymN6qqafo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729092AbgBNKZH (ORCPT ); Fri, 14 Feb 2020 05:25:07 -0500 Received: from mail-oi1-f193.google.com ([209.85.167.193]:43613 "EHLO mail-oi1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729070AbgBNKZH (ORCPT ); Fri, 14 Feb 2020 05:25:07 -0500 Received: by mail-oi1-f193.google.com with SMTP id p125so8924810oif.10; Fri, 14 Feb 2020 02:25:06 -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:from:date:message-id:subject:to:cc; bh=J/ylcXowH9IUbay2pFa/zekk1oZvednUbZRzx4NaqLY=; b=Gg2LMxYDDKHkeXiZSi8T2Qoe/jW5qpnGqAoRcgpO9erhnA6U0DRgzW3+ZKLVvR548G oH7YOLfbxxxewVbEfeojehjb+hwi+28alB1k5pVGMfBsDzUz8iDwnC33Osbbq9jENbcx S5FgKIm0/4AWXFUpvqpMxp/DlolFvls1R523n+6zr64yIJpUIcC8PtZHBGY0x2wAN1Cl C3qXMRGdXNEMhfNr7HMcVnxE3gkA023O2QAt7QVNQ4cmBkF2BtRupgbOxaXli36GB/uj F7+HihWWYbnTKDm3oYHpX52GtGH/1XUQphmh7n0ZoyDjOljbHksZ35rG2NiR1K4xSv0l VOnA== X-Gm-Message-State: APjAAAVRB7F5XRk4JByQEd5+FdhZMkvrEef0AnrtZuZOPq3HKPWOw5v7 h4uFMMeWzqF2R6gmIts4CQTJQC3/VjpvDJMiRW8Z8Y6E X-Google-Smtp-Source: APXvYqw/xXyV8lUVHLdZmTfxQI/QoiAon39/YamwUDTUht0OQpDS41igPTjvp8rgplu89uqrwLEPFjqDiXdtsD5i9Bk= X-Received: by 2002:aca:d6c8:: with SMTP id n191mr1411911oig.103.1581675906194; Fri, 14 Feb 2020 02:25:06 -0800 (PST) MIME-Version: 1.0 From: "Rafael J. Wysocki" Date: Fri, 14 Feb 2020 11:24:55 +0100 Message-ID: Subject: [GIT PULL] Power management fixes for v5.6-rc2 To: Linus Torvalds Cc: Linux PM , ACPI Devel Maling List , Linux Kernel Mailing List 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 Hi Linus, Please pull from the tag git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \ pm-5.6-rc2 with top-most commit 3629ac5b92535793ba6226e243c2324a20c35fae Merge branch 'pm-cpufreq' on top of commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9 Linux 5.6-rc1 to receive power management fixes for 5.6-rc2. These fix issues related to the handling of wakeup events signaled through the ACPI SCI while suspended to idle (Rafael Wysocki) and unexport an internal cpufreq variable (Yangtao Li). Thanks! --------------- 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 Yangtao Li (1): cpufreq: Make cpufreq_global_kobject static --------------- drivers/acpi/acpica/achware.h | 2 ++ drivers/acpi/acpica/evxfgpe.c | 32 +++++++++++++++++++ drivers/acpi/acpica/hwgpe.c | 71 +++++++++++++++++++++++++++++++++++++++++++ drivers/acpi/ec.c | 44 ++++++++++++++++----------- drivers/acpi/sleep.c | 50 ++++++++++++++++++++++-------- drivers/cpufreq/cpufreq.c | 5 ++- include/acpi/acpixf.h | 1 + include/linux/cpufreq.h | 3 -- include/linux/suspend.h | 2 +- kernel/power/suspend.c | 9 +++--- 10 files changed, 177 insertions(+), 42 deletions(-)