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:	Thu, 8 Jan 2015 00:45:49 +0100
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] Power management and ACPI material for 3.19-rc4

Hi Linus,

Please pull from

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 pm+acpi-3.19-rc4

to receive power management and ACPI material for v3.19-rc4 with
top-most commit 794c3a0a9380d46cebff14b0d9b409ecb7687480

 Merge branches 'acpi-pm', 'acpi-processor' and 'acpi-video'

on top of commit b1940cd21c0f4abdce101253e860feff547291b0

 Linux 3.19-rc3

These are an ACPI device power management initialization fix (-stable
material), two commits renaming stuff in the ACPI processor driver
to make it more suitable for ARM64 processors and a new ACPI
backlight blacklist entry.

Specifics:

 - Fix ACPI power management intialization for device objects
   corresponding to devices that are not present at the init time
   (the _STA control method returns 0 for them) and therefore should
   not be regarded as power manageable (Rafael J Wysocki).

 - Rename a structure field and two functions used by the ACPI
   processor driver to make them less tied to architectures that
   use APICs (both x86 and ia64) and more suitable for ARM64
   processors (Hanjun Guo).

 - Add a disable_native_backlight quirk for Dell XPS15 L521X
   designed in an unusual way preventing native backlight from
   working on that machine (Hans de Goede).

Thanks!


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

Hanjun Guo (2):
      ACPI / processor: Convert apic_id to phys_id to make it arch agnostic
      ACPI / processor: Rename acpi_(un)map_lsapic() to acpi_(un)map_cpu()

Hans de Goede (1):
      ACPI / video: Add disable_native_backlight quirk for Dell XPS15 L521X

Rafael J. Wysocki (1):
      ACPI / PM: Fix PM initialization for devices that are not present

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

 arch/ia64/kernel/acpi.c       |  9 ++++---
 arch/x86/kernel/acpi/boot.c   |  9 ++++---
 drivers/acpi/acpi_processor.c | 25 ++++++++++---------
 drivers/acpi/device_pm.c      |  2 +-
 drivers/acpi/processor_core.c | 56 +++++++++++++++++++++----------------------
 drivers/acpi/scan.c           | 13 ++++++----
 drivers/acpi/video.c          | 10 ++++++++
 include/acpi/processor.h      |  8 +++----
 include/linux/acpi.h          |  4 ++--
 9 files changed, 75 insertions(+), 61 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