linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Power management fixes for v5.2-rc4
@ 2019-06-07  9:15 Rafael J. Wysocki
  2019-06-07 21:00 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Rafael J. Wysocki @ 2019-06-07  9:15 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Linux PM, the arch/x86 maintainers, 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.2-rc4

with top-most commit a964d23c94e8177c501fc9a37dcf1f0dd2750527

 Merge branch 'pm-x86'

on top of commit f2c7c76c5d0a443053e94adb9f0918fa2fb85c3a

 Linux 5.2-rc3

to receive power management fixes for 5.2-rc4.

These fix a crash during resume from hibernation introduced during
the 4.19 cycle, cause the new Performance and Energy Bias Hint (EPB)
code to be built only if CONFIG_PM is set and add a few missing
kerneldoc comments.

Specifics:

 - Fix a crash that occurs when a kernel with 'nosmt' in the command
   line is used to resume the system from hibernation (as the "restore"
   kernel), because memory mapping differences between the restore and
   image kernels cause SMT siblings to be woken up from idle states
   and subsequently they try to fetch instructions from incorrect
   memory locations (Jiri Kosina).

 - Cause the new Performance and Energy Bias Hint (EPB) code to be
   built only if CONFIG_PM is set, because that code is not really
   necessary otherwise (Rafael Wysocki).

 - Add kerneldoc comments to documents some helper functions related
   to system-wide suspend to avoid possible confusion regarding their
   purpose (Rafael Wysocki).

Thanks!


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

Jiri Kosina (1):
      x86/power: Fix 'nosmt' vs hibernation triple fault during resume

Rafael J. Wysocki (2):
      x86: intel_epb: Do not build when CONFIG_PM is unset
      PM: sleep: Add kerneldoc comments to some functions

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

 arch/x86/kernel/cpu/Makefile    |  5 ++++-
 arch/x86/kernel/cpu/intel_epb.c | 22 +---------------------
 arch/x86/power/cpu.c            | 10 ++++++++++
 arch/x86/power/hibernate.c      | 33 +++++++++++++++++++++++++++++++++
 include/linux/cpu.h             |  4 ++++
 include/linux/suspend.h         | 31 +++++++++++++++++++++++++++++++
 kernel/cpu.c                    |  4 ++--
 kernel/power/hibernate.c        |  9 +++++++++
 kernel/power/suspend.c          |  6 ++++++
 9 files changed, 100 insertions(+), 24 deletions(-)

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

* Re: [GIT PULL] Power management fixes for v5.2-rc4
  2019-06-07  9:15 [GIT PULL] Power management fixes for v5.2-rc4 Rafael J. Wysocki
@ 2019-06-07 21:00 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-06-07 21:00 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linus Torvalds, Linux PM, the arch/x86 maintainers,
	Linux Kernel Mailing List

The pull request you sent on Fri, 7 Jun 2019 11:15:49 +0200:

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

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

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-06-07 21:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-07  9:15 [GIT PULL] Power management fixes for v5.2-rc4 Rafael J. Wysocki
2019-06-07 21:00 ` 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).