Re: [PATCH V3 1/1] x86/sgx: Add code to inject hwpoison into SGX memory

From: HORIGUCHI NAOYA(堀口 直也)
Date: Mon Oct 17 2022 - 22:22:19 EST


On Mon, Oct 17, 2022 at 06:33:05PM -0400, Thomas Tai wrote:
> Inspired by commit c6acb1e7bf46 ("x86/sgx: Add hook to error injection
> address validation"), add a similar code in hwpoison_inject function to
> check if the address is located in SGX Memory. The error will then be
> handled by the arch_memory_failure function in the SGX driver. After
> injection, the action_result() will print out the page type and the
> action taken.
>
> Signed-off-by: Thomas Tai <thomas.tai@xxxxxxxxxx>

Looks good to me. Thank you for the update.

Acked-by: Naoya Horiguchi <naoya.horiguchi@xxxxxxx>