linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Power management fixes for v4.10-rc1
@ 2016-12-22 14:16 Rafael J. Wysocki
  0 siblings, 0 replies; only message in thread
From: Rafael J. Wysocki @ 2016-12-22 14:16 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Linux Kernel Mailing List, Linux PM, ACPI Devel Maling List

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-12-22 14:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-22 14:16 [GIT PULL] Power management fixes for v4.10-rc1 Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).