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]
Message-ID: <CAJZ5v0gqmA1PgKKhmZzBj0vBe4giC-wqxbdV-YrwOvnSELWuAw@mail.gmail.com>
Date: Fri, 25 Oct 2024 17:52:09 +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 Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] ACPI updates for v6.12-rc5

Hi Linus,

Please pull from the tag

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

with top-most commit 54774abb5549c619909b5c3e2605bc643e83d9a7

 Merge branches 'acpi-resource' and 'acpi-button'

on top of commit 42f7652d3eb527d03665b09edac47f85fb600924

 Linux 6.12-rc4

to receive ACPI updates for 6.12-rc5.

These fix an ACPI PRM (Platform Runtime Mechanism) issue and add two
new DMI quirks, one for an ACPI IRQ override and one for lid switch
detection:

 - Make acpi_parse_prmt() look for EFI_MEMORY_RUNTIME memory regions
   only to comply with the UEFI specification and make PRM use
   efi_guid_t instead of guid_t to avoid a compiler warning triggered
   by that change (Koba Ko, Dan Carpenter).

 - Add an ACPI IRQ override quirk for LG 16T90SP (Christian Heusel).

 - Add a lid switch detection quirk for Samsung Galaxy Book2 (Shubham
   Panwar).

Thanks!


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

Christian Heusel (1):
      ACPI: resource: Add LG 16T90SP to irq1_level_low_skip_override[]

Dan Carpenter (1):
      ACPI: PRM: Clean up guid type in struct prm_handler_info

Koba Ko (1):
      ACPI: PRM: Find EFI_MEMORY_RUNTIME block for PRM handler and context

Shubham Panwar (1):
      ACPI: button: Add DMI quirk for Samsung Galaxy Book2 to fix
initial lid detection issue

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

 drivers/acpi/button.c   | 11 +++++++++++
 drivers/acpi/prmt.c     | 29 +++++++++++++++++++++++------
 drivers/acpi/resource.c |  7 +++++++
 3 files changed, 41 insertions(+), 6 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ