]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ACPICA: Fix asltests using the Fatal() opcode
authorArmin Wolf <W_Armin@gmx.de>
Wed, 14 Jan 2026 12:27:47 +0000 (13:27 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 15 Jan 2026 17:17:48 +0000 (18:17 +0100)
commitc3bc5f6d893b8e42890bf0a1097e6cc4ec33fe0b
tree8f9d8dfa199cef7e254a32da90fb6430597aaea3
parent091c4af3562d0b8484c7098fd16cf3cf9f39e7c9
ACPICA: Fix asltests using the Fatal() opcode

Some asltests test the behavior of the Fatal() opcode and thus require
that said opcode does not return an error when called.

Introduce a compile-time option called ACPI_CONTINUE_ON_FATAL to
instruct the executor to continue the execution of AML bytecode when
encountering a Fatal() opcode. Also update the asltest to use this
new option.

Fixes: ("Abort AML bytecode execution when executing AML_FATAL_OP")
Link: https://github.com/acpica/acpica/commit/428b3410c490
Signed-off-by: Armin Wolf <W_Armin@gmx.de>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Link: https://patch.msgid.link/2052065.usQuhbGJ8B@rafael.j.wysocki
drivers/acpi/acpica/exoparg3.c