On Monday, August 28, 2017 8:13:14 PM CEST Yazen Ghannam wrote: > From: Yazen Ghannam <[email protected]> > > 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: b4e008dc53a3 ("ACPI, APEI, EINJ, Refine the fix of resource conflict") > Signed-off-by: Yazen Ghannam <[email protected]> > Acked-by: Tony Luck <[email protected]> > --- > Link: > https://lkml.kernel.org/r/[email protected] > > v1->v2: > * Apply Tony's comment to restrict behavior to valid memory instructions.
Applied, thanks!

