[GIT PULL] ACPI fix for v6.7-rc5

From: Rafael J. Wysocki
Date: Fri Dec 08 2023 - 12:55:41 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-6.7-rc5

with top-most commit 8f0b960a42badda7a2781e8a33564624200debc9

ACPI: utils: Fix error path in acpi_evaluate_reference()

on top of commit 33cc938e65a98f1d29d0a18403dbbee050dcad9a

Linux 6.7-rc4

to receive an ACPI fix for 6.7-rc5.

This fixes a possible crash on an attempt to free unallocated memory
in the error path of acpi_evaluate_reference() that has been introduced
by one of the recent changes (Rafael Wysocki).

Thanks!


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

Rafael J. Wysocki (1):
ACPI: utils: Fix error path in acpi_evaluate_reference()

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

drivers/acpi/utils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)