linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rafael@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux PM <linux-pm@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Power management fixes for v5.0-rc3
Date: Fri, 1 Feb 2019 11:39:56 +0100	[thread overview]
Message-ID: <CAJZ5v0gSNtDedxn=zfxCN93srU3BidOH2Uuon8WK9CvM_01oqg@mail.gmail.com> (raw)

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

             reply	other threads:[~2019-02-01 10:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-01 10:39 Rafael J. Wysocki [this message]
2019-02-01 18:35 ` [GIT PULL] Power management fixes for v5.0-rc3 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJZ5v0gSNtDedxn=zfxCN93srU3BidOH2Uuon8WK9CvM_01oqg@mail.gmail.com' \
    --to=rafael@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).