[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJZ5v0gWU1sKjFQMcnhP17F4h6HbeX3Fvw4GQDqd6zbQknD4VQ@mail.gmail.com>
Date: Thu, 30 Oct 2025 20:58:44 +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 <linux-pm@...r.kernel.org>, 
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] ACPI fixes for v6.18-rc4
Hi Linus,
Please pull from the tag
 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 acpi-6.18-rc4
with top-most commit 8907226bed1ebd10d069f6f70ff0aaa8840f3267
 Merge branches 'acpi-button', 'acpi-video' and 'acpi-fan'
on top of commit dcb6fa37fd7bc9c3d2b066329b0d27dedf8becaa
 Linux 6.18-rc3
to receive ACPI fixes for 6.18-rc4.
These fix three ACPI driver issues and add version checks to two ACPI
table parsers:
 - Call input_free_device() on failing input device registration as
   necessary (and mentioned in the input subsystem documentation) in the
   ACPI button driver (Kaushlendra Kumar)
 - Fix use-after-free in acpi_video_switch_brightness() by canceling
   a delayed work during tear-down (Yuhao Jiang)
 - Use platform device for devres-related actions in the ACPI fan driver
   to allow device-managed resources to be cleaned up properly (Armin
   Wolf)
 - Add version checks to the MRRM and SPCR table paresers (Tony Luck and
   Punit Agrawal)
Thanks!
---------------
Armin Wolf (2):
      ACPI: fan: Use ACPI handle when retrieving _FST
      ACPI: fan: Use platform device for devres-related actions
Kaushlendra Kumar (1):
      ACPI: button: Call input_free_device() on failing input device
registration
Punit Agrawal (1):
      ACPI: SPCR: Check for table version when using precise baudrate
Tony Luck (1):
      ACPI: MRRM: Check revision of MRRM table
Yuhao Jiang (1):
      ACPI: video: Fix use-after-free in acpi_video_switch_brightness()
---------------
 drivers/acpi/acpi_mrrm.c  |  3 +++
 drivers/acpi/acpi_video.c |  4 +++-
 drivers/acpi/button.c     |  4 +++-
 drivers/acpi/fan.h        |  7 ++++---
 drivers/acpi/fan_attr.c   |  2 +-
 drivers/acpi/fan_core.c   | 36 +++++++++++++++++++++++-------------
 drivers/acpi/fan_hwmon.c  | 11 +++++------
 drivers/acpi/spcr.c       |  2 +-
 8 files changed, 43 insertions(+), 26 deletions(-)
Powered by blists - more mailing lists
 
