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>] [thread-next>] [day] [month] [year] [list]
Date: Fri, 14 Jun 2024 15:30:33 +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 <linux-pm@...r.kernel.org>, 
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] ACPI fixes for v6.10-rc4

Hi Linus,

Please pull from the tag

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

with top-most commit 04f82fbb8686995f17b51ccd23c10fee12f1a2fd

 Merge branch acpi-x86

on top of commit 83a7eefedc9b56fe7bfeff13b6c7356688ffa670

 Linux 6.10-rc3

to receive ACPI fixes for 6.10-rc4.

These fix a recent regression in the ACPI EC driver and make system
suspend work on multiple platforms where StorageD3Enable _DSD is
missing in the ACPI tables.

Specifics:

 - Make the ACPI EC driver directly evaluate an "orphan" _REG method
   under the EC device, if present, which stopped being evaluated after
   the driver had started to install its EC address space handler at the
   root of the ACPI namespace (Rafael Wysocki).

 - Make more devices put NVMe storage devices into D3 at suspend to work
   around missing StorageD3Enable _DSD in the BIOS (Mario Limonciello).

Thanks!


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

Mario Limonciello (1):
      ACPI: x86: Force StorageD3Enable on more products

Rafael J. Wysocki (1):
      ACPI: EC: Evaluate orphan _REG under EC device

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

 drivers/acpi/acpica/acevents.h |  4 ++++
 drivers/acpi/acpica/evregion.c |  6 +----
 drivers/acpi/acpica/evxfregn.c | 54 ++++++++++++++++++++++++++++++++++++++++++
 drivers/acpi/ec.c              |  3 +++
 drivers/acpi/x86/utils.c       | 24 ++++++++-----------
 include/acpi/acpixf.h          |  4 ++++
 6 files changed, 76 insertions(+), 19 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ