Skip to content
Commit 1d5d820b authored by Yazen Ghannam's avatar Yazen Ghannam Committed by Rafael J. Wysocki
Browse files

ACPI, APEI, EINJ: Subtract any matching Register Region from Trigger resources

ACPI defines a number of instructions to use for triggering errors. However
we are currently removing the address resources from the trigger resources
for only the WRITE_REGISTER_VALUE instruction. This leads to a resource
conflict for any other valid instruction.

Check that the instruction is less than or equal to the
WRITE_REGISTER_VALUE instruction. This allows all valid memory access
instructions and protects against invalid instructions.

Fixes: b4e008dc

 (ACPI, APEI, EINJ, Refine the fix of resource conflict)
Signed-off-by: default avatarYazen Ghannam <yazen.ghannam@amd.com>
Acked-by: default avatarTony Luck <tony.luck@intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent c4335fdd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment