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

From: Rafael J. Wysocki
Date: Fri Nov 03 2023 - 10:46:02 EST


Hi Linus,

Please pull from the tag

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

with top-most commit 4b27d5c420335dad7aea1aa6e799fe1d05c63b7e

ACPI: thermal: Fix acpi_thermal_unregister_thermal_zone() cleanup

on top of commit f4cb34a75e4a4aee09ff832ea2147cf8322a6a7f

Merge branches 'acpi-ac', 'acpi-pad' and 'pnp'

to receive an ACPI fix for 6.7-rc1.

This fixes the acpi_thermal_add() error path that may do a double-free
in some cases after recent changes (Dan Carpenter).

Thanks!


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

Dan Carpenter (1):
ACPI: thermal: Fix acpi_thermal_unregister_thermal_zone() cleanup

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

drivers/acpi/thermal.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)