Hi Linus, Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \ pm-4.11-rc5 with top-most commit 46e1d5e972db830379533f4d2d282cbb812dbb9b Merge branches 'pm-cpufreq-fixes' and 'pm-cpuidle-fixes' on top of commit c02ed2e75ef4c74e41e421acb4ef1494671585e8 Linux 4.11-rc4 to receive power management fixes for v4.11-rc5. These fix a cpufreq core issue with the initialization of the cpufreq sysfs interface and a cpuidle powernv driver initialization issue. Specifics: - Symbolic links from CPU directories to the corresponding cpufreq policy directories in sysfs are not created during initialization in some cases which confuses user space, so prevent that from happening (Rafael Wysocki). - The powernv cpuidle driver fails to pass a correct cpumaks to the cpuidle core in some cases which causes subsequent failures to occur, so fix it (Vaidyanathan Srinivasan). Thanks! --------------- Rafael J. Wysocki (1): cpufreq: Fix creation of symbolic links to policy directories Vaidyanathan Srinivasan (1): cpuidle: powernv: Pass correct drv->cpumask for registration --------------- drivers/cpufreq/cpufreq.c | 38 +++++++++++++++++++++----------------- drivers/cpuidle/cpuidle-powernv.c | 18 ++++++++++++++++++ 2 files changed, 39 insertions(+), 17 deletions(-)