All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Power management fixes for v5.9-rc7
@ 2020-09-25 16:53 Rafael J. Wysocki
  2020-09-25 17:48 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Rafael J. Wysocki @ 2020-09-25 16:53 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Linux PM, ACPI Devel Maling List, Linux Kernel Mailing List

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-25 17:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-25 16:53 [GIT PULL] Power management fixes for v5.9-rc7 Rafael J. Wysocki
2020-09-25 17:48 ` pr-tracker-bot

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.