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:	Sat, 1 Mar 2014 00:16:05 +0100
From:	"Rafael J. Wysocki" <rafael@...nel.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, linux-acpi@...r.kernel.org,
	linux-pm@...r.kernel.org
Subject: [GIT PULL] ACPI and power management fixes for v3.14-rc5

Hi Linus,

Please pull from the git repository at

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 pm+acpi-3.14-rc5

to receive ACPI and power management fixes for v3.14-rc5
with top-most commit 6c09ea49ceb8a3b2b709718f6acdb1edd92ea899

  Merge branches 'pm-cpufreq', 'pm-hibernate' and 'acpi-processor'

on top of commit cfbf8d4857c26a8a307fb7cd258074c9dcd8c691

  Linux 3.14-rc4

These three commits fix a recent intel_pstate regression and two old
bugs that should be fixed in -stable too, one in the ACPI processor
driver and one in the firmare loader.

Specifics:

 - One of the recent intel_pstate driver fixes introduced a rounding
   error that on some systems causes the frequency to be stuck at the
   lowest level forever.  Fix from Dirk Brandewie.

 - The firmware_class driver's PM notifier doesn't handle the
   PM_RESTORE_PREPARE event during hibernation image restore and that
   leads to a deadlock on umhelper_sem in __usermodehelper_disable().
   Fix from Sebastian Capella.

 - acpi_processor_set_throttling() abuses set_cpus_allowed_ptr() in a
   nasty way which triggers the WARN_ON_ONCE() in wq_worker_waking_up()
   among other things.  Fix from Lan Tianyu.

Thanks!


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

Dirk Brandewie (1):
      intel_pstate: Change busy calculation to use fixed point math.

Lan Tianyu (1):
      ACPI / processor: Rework processor throttling with work_on_cpu()

Sebastian Capella (1):
      PM / hibernate: Fix restore hang in freeze_processes()

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

 drivers/acpi/processor_throttling.c | 69 +++++++++++++++++--------------------
 drivers/base/firmware_class.c       |  1 +
 drivers/cpufreq/intel_pstate.c      | 28 +++++++++------
 3 files changed, 51 insertions(+), 47 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ