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, 29 Aug 2014 23:14:58 +0200
From:	"Rafael J. Wysocki" <rafael@...nel.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	ACPI Devel Maling List <linux-acpi@...r.kernel.org>,
	"linux-pm@...r.kernel.org" <linux-pm@...r.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] ACPI and power management fixes for 3.17-rc3

Hi Linus,

Please pull from

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 pm+acpi-3.17-rc3

to receive more ACPI and power management fixes for v3.17-rc3 with
top-most commit 0b4f58b7cebd74ede19d13b81fb43a7eaeba10a3

 Merge branch 'pm-cpufreq'

on top of commit 52addcf9d6669fa439387610bc65c92fa0980cef

 Linux 3.17-rc2

These are ACPI regression fixes (fixed events handling, EC driver
and PNP enumeration), intel_pstate fix for excessive messages on
boot, spurious __init removal from the s5pv210 cpufreq driver and
new IDs for Intel Braswell.

Specifics:

 - Fix for an ACPI regression related to the handling of fixed events
   that caused netlink routines to be (incorrectly) run in interrupt
   context from Lan Tianyu.

 - Fix for an ACPI EC driver regression on Acer Aspire V5-573G that
   caused AC/battery plug/unplug and video brightness change
   notifications to be delayed on that machine from Lv Zheng.

 - Fix for an ACPI device enumeration regression that caused ACPI
   driver probe to fail for some devices where it succeeded before
   (Rafael J Wysocki).

 - intel_pstate driver fix to prevent it from printing an information
   message for every CPU in the system on every boot from Andi Kleen.

 - s5pv210 cpufreq driver fix to remove an __init annotation from
   a routine that in fact can be called at any time after init too
   from Mark Brown.

 - New Intel Braswell device IDs for the ACPI LPSS (Low-Power Subsystem)
   driver from Alan Cox.

 - New Intel Braswell CPU ID for intel_pstate from Mika Westerberg.

Thanks!


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

Alan Cox (1):
      ACPI / LPSS: Add ACPI IDs for Intel Braswell

Andi Kleen (1):
      intel_pstate: Turn per cpu printk into pr_debug

Lan Tianyu (1):
      ACPI: Run fixed event device notifications in process context

Lv Zheng (2):
      ACPI / EC: Add support to disallow QR_EC to be issued when
SCI_EVT isn't set
      ACPI / EC: Add support to disallow QR_EC to be issued before
completing previous QR_EC

Mark Brown (1):
      cpufreq: s5pv210: Remove spurious __init annotation

Mika Westerberg (1):
      cpufreq: intel_pstate: Add CPU ID for Braswell processor

Rafael J. Wysocki (1):
      ACPI / scan: Allow ACPI drivers to bind to PNP device objects

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

 drivers/acpi/acpi_lpss.c          | 17 +++++++++++++++++
 drivers/acpi/ec.c                 | 21 ++++++++++++++++++---
 drivers/acpi/scan.c               | 17 +++++++++++------
 drivers/cpufreq/intel_pstate.c    |  3 ++-
 drivers/cpufreq/s5pv210-cpufreq.c |  2 +-
 5 files changed, 49 insertions(+), 11 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