[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJZ5v0hGTCBsbrFt7xcS_J+X1hG1qOAL=UecfGyHuhAcHjZ0eQ@mail.gmail.com>
Date: Thu, 31 Mar 2022 19:16:56 +0200
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 PM <linux-pm@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] More ACPI updates for v5.18-rc1
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-5.18-rc1-2
with top-most commit 4a13e559af0b177eb934c39338f100a9f692a37b
Merge branches 'acpi-ipmi', 'acpi-tables' and 'acpi-apei'
on top of commit 242ba6656d604aa8dc87451fc08143cb28d5a587
Merge tag 'acpi-5.18-rc1' of
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
to receive more ACPI updates for 5.18-rc1.
These are fixes and cleanup on top of the previously merged ACPI
material for 5.18-rc1.
Specifics:
- Avoid out-of-bounds access when parsing _CPC data (Rafael Wysocki).
- Change default error code and clean up debug messages in ACPI CPPC
probe (Rafael Wysocki).
- Replace usage of found with a dedicated list iterator variable in
the ACPI IPMI driver (Jakob Koschel).
- Clean up variable name confusion in APEI (Jakob Koschel).
- Make LAPIC_ADDR_OVR address readable in a message parsed during
MADT parsing (Vasant Hegde).
Thanks!
---------------
Jakob Koschel (2):
ACPI, APEI: Use the correct variable for sizeof()
ACPI: IPMI: replace usage of found with dedicated list iterator variable
Rafael J. Wysocki (2):
ACPI: CPPC: Avoid out of bounds access when parsing _CPC data
ACPI: CPPC: Change default error code and clean up debug messages in probe
Vasant Hegde (1):
ACPI: tables: Make LAPIC_ADDR_OVR address readable in message
---------------
drivers/acpi/acpi_ipmi.c | 39 ++++++++++++++++++---------------------
drivers/acpi/apei/apei-base.c | 2 +-
drivers/acpi/cppc_acpi.c | 32 ++++++++++++++++++++------------
drivers/acpi/tables.c | 4 ++--
4 files changed, 41 insertions(+), 36 deletions(-)
Powered by blists - more mailing lists