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