All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rafael@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux PM <linux-pm@vger.kernel.org>,
	ACPI Devel Maling List <linux-acpi@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Power management fixes for v5.9-rc7
Date: Fri, 25 Sep 2020 18:53:13 +0200	[thread overview]
Message-ID: <CAJZ5v0hyx0Jh7Cc2ZpHTM0V+QzFrQtwsXbMjcBRp3TRFgY9vUQ@mail.gmail.com> (raw)

Hi Linus,

Please pull from the tag

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 pm-5.9-rc7

with top-most commit 6040723009060ed356dc93dd9a27e80b2206e59b

 Merge branch 'pm-cpuidle'

on top of commit ba4f184e126b751d1bffad5897f263108befc780

 Linux 5.9-rc6

to receive power management fixes for 5.9-rc7.

These fix more fallout of recent RCU-lockdep changes in CPU idle
code and two devfreq issues.

Specifics:

 - Export rcu_idle_{enter,exit} to modules to fix build issues
   introduced by recent RCU-lockdep fixes (Borislav Petkov).

 - Add missing return statement to a stub function in the ACPI
   processor driver to fix a build issue introduced by recent
   RCU-lockdep fixes (Rafael Wysocki).

 - Fix recently introduced suspicious RCU usage warnings in the PSCI
   cpuidle driver and drop stale comments regarding RCU_NONIDLE()
   usage from enter_s2idle_proper() (Ulf Hansson).

 - Fix error code path in the tegra30 devfreq driver (Dan Carpenter).

 - Add missing information to devfreq_summary debugfs (Chanwoo Choi).

Thanks!


---------------

Borislav Petkov (1):
      rcu/tree: Export rcu_idle_{enter,exit} to modules

Chanwoo Choi (1):
      PM / devfreq: Add timer type to devfreq_summary debugfs

Dan Carpenter (1):
      PM / devfreq: tegra30: Disable clock on error in probe

Rafael J. Wysocki (1):
      ACPI: processor: Fix build for ARCH_APICTIMER_STOPS_ON_C3 unset

Ulf Hansson (2):
      cpuidle: psci: Fix suspicious RCU usage
      cpuidle: Drop misleading comments about RCU usage

---------------

 drivers/acpi/processor_idle.c     |  1 +
 drivers/cpuidle/cpuidle-psci.c    |  4 ++--
 drivers/cpuidle/cpuidle.c         | 10 ----------
 drivers/devfreq/devfreq.c         | 11 ++++++++---
 drivers/devfreq/tegra30-devfreq.c |  4 +++-
 kernel/rcu/tree.c                 |  2 ++
 6 files changed, 16 insertions(+), 16 deletions(-)

             reply	other threads:[~2020-09-25 16:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-25 16:53 Rafael J. Wysocki [this message]
2020-09-25 17:48 ` [GIT PULL] Power management fixes for v5.9-rc7 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJZ5v0hyx0Jh7Cc2ZpHTM0V+QzFrQtwsXbMjcBRp3TRFgY9vUQ@mail.gmail.com \
    --to=rafael@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.