[GIT PULL] ACPI fixes for v6.19-rc2

From: Rafael J. Wysocki

Date: Thu Dec 18 2025 - 15:05:02 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-6.19-rc2

with top-most commit f103fa127c93016bcd89b05d8e11dc1a84f6990d

ACPI: PCC: Fix race condition by removing static qualifier

on top of commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8

Linux 6.19-rc1

to receive ACPI fixes for 6.19-rc2.

These add a missing PCC check for guaranteed_perf in the ACPI CPPC
library and fix a static local variable access race condition in
acpi_pcc_address_space_setup() (Pengjie Zhang).

Thanks!


---------------

Pengjie Zhang (2):
ACPI: CPPC: Fix missing PCC check for guaranteed_perf
ACPI: PCC: Fix race condition by removing static qualifier

---------------

drivers/acpi/acpi_pcc.c | 2 +-
drivers/acpi/cppc_acpi.c | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)