[GIT PULL] ACPI fixes for v5.4-rc4
From: Rafael J. Wysocki
Date: Fri Oct 18 2019 - 05:18:57 EST
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-5.4-rc4
with top-most commit ffba17bb335d6598de613791f8997a5774455068
Merge branch 'acpi-tables'
on top of commit 4f5cafb5cb8471e54afdc9054d973535614f7675
Linux 5.4-rc3
to receive ACPI fixes for 5.4-rc4.
These fix possible use-after-free in the ACPI CPPC support code (John
Garry) and prevent the ACPI HMAT parsing code from using possibly
incorrect data coming from the platform firmware (Daniel Black).
Thanks!
---------------
Daniel Black (1):
ACPI: HMAT: ACPI_HMAT_MEMORY_PD_VALID is deprecated since ACPI-6.3
John Garry (1):
ACPI: CPPC: Set pcc_data[pcc_ss_id] to NULL in acpi_cppc_processor_exit()
---------------
drivers/acpi/cppc_acpi.c | 2 +-
drivers/acpi/hmat/hmat.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)