All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Power management fixes for final v5.0
@ 2019-02-22  9:42 Rafael J. Wysocki
  2019-02-23  2:15 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Rafael J. Wysocki @ 2019-02-22  9:42 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

with top-most commit 5b317cbf2bcb85a1e96ce87717cb991ecab1dd4d

 Merge branch 'pm-cpufreq-fixes'

on top of commit a3b22b9f11d9fbc48b0291ea92259a5a810e9438

 Linux 5.0-rc7

to receive power management fixes for final 5.0.

These fix a regression in the PM-runtime framework introduced
by the recent switch-over of it to using hrtimers and a
use-after-free introduced by one of the recent changes in the
scmi-cpufreq driver.

Specifics:

 - Use hrtimer_try_to_cancel() instead of hrtimer_cancel() in the
   PM-runtime framework to avoid a possible timer-related deadlock
   introduced recently (Vincent Guittot).

 - Reorder the scmi-cpufreq driver code to avoid accessing memory
   that has just been freed (Yangtao Li).

Thanks!


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

Vincent Guittot (1):
      PM-runtime: Fix deadlock when canceling hrtimer

Yangtao Li (1):
      cpufreq: scmi: Fix use-after-free in scmi_cpufreq_exit()

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

 drivers/base/power/runtime.c   | 2 +-
 drivers/cpufreq/scmi-cpufreq.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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

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

The pull request you sent on Fri, 22 Feb 2019 10:42:40 +0100:

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

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

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-23  2:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-22  9:42 [GIT PULL] Power management fixes for final v5.0 Rafael J. Wysocki
2019-02-23  2:15 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.