linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Power management fixes for v5.0-rc3
@ 2019-02-01 10:39 Rafael J. Wysocki
  2019-02-01 18:35 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Rafael J. Wysocki @ 2019-02-01 10:39 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-5.0-rc5

with top-most commit cbffab6825731f1baac7a950f6b7dd9239f55594

 Merge branch 'pm-cpuidle-fixes'

on top of commit f17b5f06cb92ef2250513a1e154c47b78df07d40

 Linux 5.0-rc4

to receive power management fixes for 5.0-rc5.

These fix a PM-runtime framework regression introduced by the
recent switch-over of device autosuspend to hrtimers and a
mistake in the "poll idle state" code introduced by a recent
change in it.

Specifics:

 - Since ktime_get() turns out to be problematic for device
   autosuspend in the PM-runtime framework, make it use
   ktime_get_mono_fast_ns() instead (Vincent Guittot).

 - Fix an initial value of a local variable in the "poll idle state"
   code that makes it behave not exactly as expected when all idle
   states except for the "polling" one are disabled (Doug Smythies).

Thanks!


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

Doug Smythies (1):
      cpuidle: poll_state: Fix default time limit

Vincent Guittot (1):
      PM-runtime: Fix deadlock with ktime_get()

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

 drivers/base/power/runtime.c | 10 +++++-----
 drivers/cpuidle/poll_state.c |  2 +-
 include/linux/pm_runtime.h   |  2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Power management fixes for v5.0-rc3
  2019-02-01 10:39 [GIT PULL] Power management fixes for v5.0-rc3 Rafael J. Wysocki
@ 2019-02-01 18:35 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-02-01 18:35 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Linus Torvalds, Linux PM, Linux Kernel Mailing List

The pull request you sent on Fri, 1 Feb 2019 11:39:56 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git pm-5.0-rc5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3325254ca14c4b859d75be757518dc2c0ebe298f

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-01 18:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-01 10:39 [GIT PULL] Power management fixes for v5.0-rc3 Rafael J. Wysocki
2019-02-01 18:35 ` pr-tracker-bot

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