[GIT PULL] ACPI support fixes for v7.1-rc6
From: Rafael J. Wysocki
Date: Thu May 28 2026 - 14:25:26 EST
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-7.1-rc6
with top-most commit 3109f9f38800841e46769e95e1ba11f1f8c7b230
ACPI: button: Add missing device class clearing on probe failures
on top of commit e7ae89a0c97ce2b68b0983cd01eda67cf373517d
Linux 7.1-rc5
to receive ACPI support fixes for 7.1-rc6.
These fix three issues in the ACPI button driver: a possible crash due
to a button press after unloading the driver (introduced during the 6.15
development cycle), function keys breakage on Toshiba Tecra X40 due to
missing ACPI events (introduced during the 7.0 development cycle), and
a missing probe rollback path item that has not been added by mistake
during a recent update.
Thanks!
---------------
Rafael J. Wysocki (3):
ACPI: button: Fix ACPI GPE handler leak during removal
ACPI: button: Enable wakeup GPEs for ACPI buttons at probe time
ACPI: button: Add missing device class clearing on probe failures
---------------
drivers/acpi/acpica/evxfgpe.c | 50 +++++++++++++++++++++++++++++++++++--------
drivers/acpi/button.c | 25 +++++++++++++++++++++-
include/acpi/acpixf.h | 5 +++++
3 files changed, 70 insertions(+), 10 deletions(-)