Hi Linus, Please pull from the tag git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \ pm-5.6-rc1-2 with top-most commit 82b2c6ffd399c9fcd542fd681bb8c6d41f035c7e Merge branches 'pm-cpufreq' and 'pm-core' on top of commit 6d277aca488fdf0a1e67cd14b5a58869f66197c9 Merge tag 'pm-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm to receive additional power management updates for 5.6-rc1. These prevent cpufreq from creating excessively large stack frames and fix the handling of devices deleted during system-wide resume in the PM core (Rafael Wysocki), revert a problematic commit affecting the cpupower utility and correct its man page (Thomas Renninger, Brahadambal Srinivasan), and improve the intel_pstate_tracer utility (Doug Smythies). Thanks! --------------- Brahadambal Srinivasan (1): Correction to manpage of cpupower Doug Smythies (2): tools/power/x86/intel_pstate_tracer: changes for python 3 compatibility tools/power/x86/intel_pstate_tracer: change several graphs to autoscale y-axis Rafael J. Wysocki (2): PM: core: Fix handling of devices deleted during system-wide resume cpufreq: Avoid creating excessively large stack frames Thomas Renninger (1): cpupower: Revert library ABI changes from commit ae2917093fb60bdc1ed3e --------------- drivers/base/power/main.c | 42 +++++- drivers/cpufreq/cppc_cpufreq.c | 2 +- drivers/cpufreq/cpufreq-nforce2.c | 2 +- drivers/cpufreq/cpufreq.c | 147 ++++++++++----------- drivers/cpufreq/freq_table.c | 4 +- drivers/cpufreq/gx-suspmod.c | 2 +- drivers/cpufreq/intel_pstate.c | 38 +++--- drivers/cpufreq/longrun.c | 6 +- drivers/cpufreq/pcc-cpufreq.c | 2 +- drivers/cpufreq/sh-cpufreq.c | 2 +- drivers/cpufreq/unicore2-cpufreq.c | 2 +- include/linux/cpufreq.h | 32 +++-- tools/power/cpupower/lib/cpufreq.c | 78 +++++++++-- tools/power/cpupower/lib/cpufreq.h | 20 ++- tools/power/cpupower/man/cpupower.1 | 6 +- tools/power/cpupower/utils/cpufreq-info.c | 12 +- .../x86/intel_pstate_tracer/intel_pstate_tracer.py | 38 +++--- 17 files changed, 264 insertions(+), 171 deletions(-)