[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJZ5v0jO6Op9u9x0j0XVfaSN-5OguoubAwxTbSacJ_QLX5wCDA@mail.gmail.com>
Date: Fri, 29 Mar 2024 19:31:19 +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.9-rc2
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-6.9-rc2
with top-most commit 6af71633b04036a12d165d03ce6f21145ec5a555
Merge branch 'acpica'
on top of commit 4cece764965020c22cff7665b18a012006359095
Linux 6.9-rc1
to receive ACPI fixes for 6.9-rc2.
These fix two issues that may lead to attempts to use memory that
has been freed already.
Specifics:
- Drop __exit annotation from einj_remove() in the ACPI APEI code
because this function can be called during runtime (Arnd Bergmann).
- Make acpi_db_walk_for_fields() check acpi_evaluate_object() return
value to avoid accessing memory that has been freed (Nikita
Kiryushin).
Thanks!
---------------
Arnd Bergmann (1):
ACPI: APEI: EINJ: mark remove callback as non-__exit
Nikita Kiryushin (1):
ACPICA: debugger: check status of acpi_evaluate_object() in
acpi_db_walk_for_fields()
---------------
drivers/acpi/acpica/dbnames.c | 8 ++++++--
drivers/acpi/apei/einj-core.c | 2 +-
2 files changed, 7 insertions(+), 3 deletions(-)
Powered by blists - more mailing lists