Hi Linus, Please pull from the tag git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \ pm-fixes-4.10-rc1 with top-most commit 7b99f1aeed37196ad54099c30c2f154a7d6e91e0 Merge branch 'pm-cpufreq' on top of commit 7ae123edd37a47e178eb9a6631fe4a7108262c10 Merge tag 'acpi-urgent-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm to receive power management fixes for v4.10-rc1. They fix one bug introduced recently, a build warning and a kerneldoc function description. Specifics: - Prevent the acpi-cpufreq driver from crashing on exit by fixing a check against the __cpuhp_setup_state() return value and fix the kerneldoc description of that function to make it clear that it may return positive numbers on success too (Boris Ostrovsky). - Drop an incorrect __init annotation of a function in the s3c64xx cpufreq driver and fix a build warning generated (by older compilers) because of it (Arnd Bergmann). Thanks! --------------- Arnd Bergmann (1): cpufreq: s3c64xx: remove incorrect __init annotation Boris Ostrovsky (2): CPU/hotplug: Clarify description of __cpuhp_setup_state() return value cpufreq: Remove CPU hotplug callbacks only if they were initialized --------------- drivers/cpufreq/acpi-cpufreq.c | 2 +- drivers/cpufreq/s3c64xx-cpufreq.c | 2 +- kernel/cpu.c | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html