lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Fri, 8 Jul 2016 01:42:08 +0200
From:	"Rafael J. Wysocki" <rafael@...nel.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Linux PM <linux-pm@...r.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	Ingo Molnar <mingo@...nel.org>,
	Thomas Gleixner <tglx@...utronix.de>
Subject: [GIT PULL] Power management fixes for v4.7-rc7

Hi Linus,

Please pull from

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 pm-4.7-rc7

to receive power management fixes for v4.7-rc7 with top-most commit
7fe39a21557b251e101671f2c3f79558a756afef

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

on top of commit a99cde438de0c4c0cecc1d1af1a55a75b10bfdef

 Linux 4.7-rc6

One fix for a recent cpuidle core change that, against all odds,
introduced a functional regression on Power systems and the fix
for the crash during resume from hibernation on x86-64 that has
been in the works for the last few weeks (it actually was ready
last week, but I wanted to allow the reporters to test if for some
more time).

Specifics:

 - Fix a recent performance regression on Power systems (powernv
   and pseries) introduced by a core cpuidle commit that decreased
   the precision of the last_residency conversion from nano- to
   microseconds, which should not matter in theory, but turned out
   to play not-so-well with the special "snooze" idle state on Power
   (Shreyas B Prabhu).

 - Fix a crash during resume from hibernation on x86-64 caused by
   possible corruption of the kernel text part of page tables in the
   last phase of image restoration exposed by a security-related
   change during the 4.3 development cycle (Rafael Wysocki).

Thanks!

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

Rafael J. Wysocki (1):
      x86/power/64: Fix kernel text mapping corruption during image restoration

Shreyas B. Prabhu (1):
      cpuidle: Fix last_residency division

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

 arch/x86/power/hibernate_64.c     | 97 ++++++++++++++++++++++++++++++++++-----
 arch/x86/power/hibernate_asm_64.S | 55 ++++++++++------------
 drivers/cpuidle/cpuidle.c         | 12 ++---
 3 files changed, 113 insertions(+), 51 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ