* [GIT PULL] ACPI fixes for v6.17-rc3
@ 2025-08-21 19:11 Rafael J. Wysocki
2025-08-21 20:26 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Rafael J. Wysocki @ 2025-08-21 19:11 UTC (permalink / raw)
To: Linus Torvalds; +Cc: ACPI Devel Maling List, Linux Kernel Mailing List
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-6.17-rc3
with top-most commit 670b51121ed09ff3a41539243407e4bd52eea9f4
Merge branches 'acpi-apei' and 'acpi-pfrut'
on top of commit c17b750b3ad9f45f2b6f7e6f7f4679844244f0b9
Linux 6.17-rc2
to receive ACPI fixes for 6.17-rc3.
These fix three new issues in the ACPI APEI error injection code and
an ACPI platform firmware runtime update interface issue:
- Make ACPI APEI error injection check the version of the request when
mapping the EINJ parameter structure in the BIOS reserved memory to
prevent injecting errors based on an uninitialized field (Tony Luck)
- Fix potential NULL dereference in __einj_error_inject() that may
occur when memory allocation fails (Charles Han)
- Remove the __exit annotation from einj_remove(), so it can be called
on errors during faux device probe (Uwe Kleine-König)
- Use a security-version-number check instead of a runtime version
check during ACPI platform firmware runtime driver updates to prevent
those updates from failing due to false-positive driver version check
failures (Chen Yu)
Thanks!
---------------
Charles Han (1):
ACPI: APEI: EINJ: fix potential NULL dereference in __einj_error_inject()
Chen Yu (1):
ACPI: pfr_update: Fix the driver update version check
Tony Luck (1):
ACPI: APEI: EINJ: Check if user asked for EINJV2 injection
Uwe Kleine-König (1):
ACPI: APEI: EINJ: Fix resource leak by remove callback in .exit.text
---------------
drivers/acpi/apei/einj-core.c | 17 +++++++----------
drivers/acpi/pfr_update.c | 2 +-
include/uapi/linux/pfrut.h | 1 +
3 files changed, 9 insertions(+), 11 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] ACPI fixes for v6.17-rc3
2025-08-21 19:11 [GIT PULL] ACPI fixes for v6.17-rc3 Rafael J. Wysocki
@ 2025-08-21 20:26 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-08-21 20:26 UTC (permalink / raw)
To: Rafael J. Wysocki
Cc: Linus Torvalds, ACPI Devel Maling List, Linux Kernel Mailing List
The pull request you sent on Thu, 21 Aug 2025 21:11:43 +0200:
> git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git acpi-6.17-rc3
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f70e1e7980f3611039d7b9a1b34beaaba1054af7
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-21 20:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-21 19:11 [GIT PULL] ACPI fixes for v6.17-rc3 Rafael J. Wysocki
2025-08-21 20:26 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).