linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Power management fixes for v4.9-rc5
@ 2016-11-11 23:52 Rafael J. Wysocki
  0 siblings, 0 replies; only message in thread
From: Rafael J. Wysocki @ 2016-11-11 23:52 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux PM, Linux Kernel Mailing List

Hi Linus,

Please pull from the tag

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 pm-4.9-rc5

with top-most commit cd16f3dcdb1817956277fbeee0746ae1eb4f851a

 Merge branches 'pm-tools-fixes' and 'pm-sleep-fixes'

on top of commit bc33b0ca11e3df467777a4fa7639ba488c9d4911

 Linux 4.9-rc4

to receive power management fixes for v4.9-rc5.

These fix two bugs in error code paths in the PM core (system-wide
suspend of devices), a device reference leak in the boot-time suspend
test code and a cpupower utility regression from the 4.7 cycle.

Specifics:

 - Prevent the PM core from attempting to suspend parent devices
   if any of their children, whose suspend callbacks were invoked
   asynchronously, have failed to suspend during the "late" and
   "noirq" phases of system-wide suspend of devices (Brian Norris).

 - Prevent the boot-time system suspend test code from leaking a
   reference to the RTC device used by it (Johan Hovold).

 - Fix cpupower to use the return value of one of its library
   functions correctly and restore the correct behavior of it
   when used for setting cpufreq tunables broken during the 4.7
   development cycle (Laura Abbott).

Thanks!


---------------

Brian Norris (1):
      PM / sleep: don't suspend parent when async child
suspend_{noirq, late} fails

Johan Hovold (1):
      PM / sleep: fix device reference leak in test_suspend

Laura Abbott (1):
      cpupower: Correct return type of cpu_power_is_cpu_online() in cpufreq-set

---------------

 drivers/base/power/main.c                | 8 ++++----
 kernel/power/suspend_test.c              | 4 +++-
 tools/power/cpupower/utils/cpufreq-set.c | 7 ++-----
 3 files changed, 9 insertions(+), 10 deletions(-)

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

only message in thread, other threads:[~2016-11-11 23:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-11 23:52 [GIT PULL] Power management fixes for v4.9-rc5 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).