[GIT PULL] ACPI fixes for v6.13-rc3
From: Rafael J. Wysocki
Date: Fri Dec 13 2024 - 15:59:56 EST
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-6.13-rc3
with top-most commit e14d5ae28eb28c5edef53bd648037d2bb4fce1b3
Merge branch 'acpica'
on top of commit fac04efc5c793dccbd07e2d59af9f90b7fc0dca4
Linux 6.13-rc2
to receive ACPI fixes for 6.13-rc3.
These fix two coding mistakes, one in the ACPI resources handling code
and one in ACPICA:
- Relocate the addr->info.mem.caching check in acpi_decode_space() to
only execute it if the resource is of the correct type (Ilpo Järvinen).
- Don't release a context_mutex that was never acquired in
acpi_remove_address_space_handler() (Daniil Tatianin).
Thanks!
---------------
Daniil Tatianin (1):
ACPICA: events/evxfregn: don't release the ContextMutex that was
never acquired
Ilpo Järvinen (1):
ACPI: resource: Fix memory resource type union access
---------------
drivers/acpi/acpica/evxfregn.c | 2 --
drivers/acpi/resource.c | 6 +++---
2 files changed, 3 insertions(+), 5 deletions(-)