Re: [GIT PULL] ACPI fix for v6.16-rc3
From: Linus Torvalds
Date: Sat Jun 21 2025 - 11:36:14 EST
On Sat, 21 Jun 2025 at 04:31, Rafael J. Wysocki <rafael@xxxxxxxxxx> wrote:
>
> This fixes a crash in ACPICA while attempting to evaluate a control
> method that expects more arguments than are being passed to it, which
> was exposed by a defective firmware update from a prominent OEM on
> multiple systems.
Christ. Reading the ACPI issues page makes me go "D'oh".
Does anybody know what the heck Windows does in this situation? Does
it just happen to work because it uses random arguments and happily
dereferences bogus things without realizing, or does it do the "zero
out missing arguments" thing?
Because clearly that firmware bug must have passed entirely unnoticed
by people testing that thing on Windows...
Linus