[GIT PULL] ACPI support fix for v7.0-rc6
From: Rafael J. Wysocki
Date: Thu Mar 26 2026 - 14:20:39 EST
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-7.0-rc6
with top-most commit f6484cadbcaf26b5844b51bd7307a663dda48ef6
ACPI: EC: clean up handlers on probe failure in acpi_ec_setup()
on top of commit c369299895a591d96745d6492d4888259b004a9e
Linux 7.0-rc5
to receive an ACPI support fix for 7.0-rc6.
This prevents use-after-free from occurring on reduced-hardware ACPI
platforms when -EPROBE_DEFER is returned by ec_install_handlers()
during ACPI EC driver initialization (Weiming Shi).
Thanks!
---------------
Weiming Shi (1):
ACPI: EC: clean up handlers on probe failure in acpi_ec_setup()
---------------
drivers/acpi/ec.c | 2 ++
1 file changed, 2 insertions(+)