[GIT PULL] ACPI support fixes for v7.0-rc5
From: Rafael J. Wysocki
Date: Thu Mar 19 2026 - 10:55:16 EST
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-7.0-rc5
with top-most commit 5cbcd6c0742a2986782a9e2c92aa250d8f5c137d
Merge branches 'acpica' and 'acpi-bus'
on top of commit f338e77383789c0cae23ca3d48adcc5e9e137e3c
Linux 7.0-rc4
to receive ACPI support fixes for 7.0-rc5.
These fix an MFD child automatic modprobe issue introduced recently,
an ACPI processor driver issue introduced by a previous fix and an
ACPICA issue causing confusing messages regarding _DSM arguments to
be printed:
- Update the format of the last argument of _DSM to avoid printing
confusing error messages in some cases (Saket Dumbre)
- Fix MFD child automatic modprobe issue by removing a stale check
from acpi_companion_match() (Pratap Nirujogi)
- Prevent possible use-after-free in acpi_processor_errata_piix4()
from occurring by rearranging the code to print debug messages
while holding references to relevant device objects (Rafael Wysocki)
Thanks!
---------------
Pratap Nirujogi (1):
ACPI: bus: Fix MFD child automatic modprobe issue
Rafael J. Wysocki (1):
ACPI: processor: Fix previous acpi_processor_errata_piix4() fix
Saket Dumbre (1):
ACPICA: Update the format of Arg3 of _DSM
---------------
drivers/acpi/acpi_processor.c | 15 ++++++++-------
drivers/acpi/acpica/acpredef.h | 2 +-
drivers/acpi/bus.c | 3 ---
3 files changed, 9 insertions(+), 11 deletions(-)