[GIT PULL] ACPI support fixes for v7.1-rc4
From: Rafael J. Wysocki
Date: Thu May 14 2026 - 17:04:23 EST
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-7.1-rc4
with top-most commit af149b667b9472bf981591a6d27efdecd331005a
Merge branch 'acpi-cppc'
on top of commit 5d6919055dec134de3c40167a490f33c74c12581
Linux 7.1-rc3
to receive ACPI support fixes for 7.1-rc4.
These fix several platform drivers that use the ACPI companion of the
given platform device without checking its presence, which may lead
to a NULL pointer dereference or other kind of malfunction if the
driver is forced to match a device without an ACPI companion via
driver override, and restore debug log level for some messages in
the ACPI CPPC library:
- Check ACPI_COMPANION() against NULL during probe in several core
ACPI device drivers (Rafael Wysocki)
- Restore log level of messages in amd_set_max_freq_ratio() (Mario
Limonciello)
Thanks!
---------------
Mario Limonciello (1):
Revert "ACPI: CPPC: Adjust debug messages in
amd_set_max_freq_ratio() to warn"
Rafael J. Wysocki (2):
ACPI: driver: Check ACPI_COMPANION() against NULL during probe
ACPI: PAD: xen: Check ACPI_COMPANION() against NULL
---------------
arch/x86/kernel/acpi/cppc.c | 6 +++---
drivers/acpi/ac.c | 6 +++++-
drivers/acpi/acpi_pad.c | 6 +++++-
drivers/acpi/acpi_tad.c | 6 +++++-
drivers/acpi/battery.c | 6 +++++-
drivers/acpi/button.c | 9 +++++++--
drivers/acpi/ec.c | 6 +++++-
drivers/acpi/hed.c | 6 +++++-
drivers/acpi/nfit/core.c | 6 +++++-
drivers/acpi/pfr_telemetry.c | 6 +++++-
drivers/acpi/pfr_update.c | 6 +++++-
drivers/acpi/sbs.c | 6 +++++-
drivers/acpi/sbshc.c | 6 +++++-
drivers/acpi/thermal.c | 2 +-
drivers/acpi/tiny-power-button.c | 6 +++++-
drivers/xen/xen-acpi-pad.c | 6 +++++-
16 files changed, 76 insertions(+), 19 deletions(-)