[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJZ5v0jUChwwKBfcPrUJ+05ULOJ1dtng=f=7T8iHjBce3k5Bhg@mail.gmail.com>
Date: Fri, 13 Dec 2024 21:59:34 +0100
From: "Rafael J. Wysocki" <rafael@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: ACPI Devel Maling List <linux-acpi@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] ACPI fixes for v6.13-rc3
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(-)
Powered by blists - more mailing lists