RE: [PATCH v2] x86/mce: Always call memory_failure() when there is a valid address

From: Luck, Tony
Date: Tue Apr 18 2023 - 15:35:21 EST


>> + if (mce_usable_address(&m))
>
> This should be !mce_usable_address().

> Copying old patch here. Feel free to reuse any of the commit message if
> it helps.

Might as well just take your version. The commit message seems fine.

Reviewed-by: Tony Luck <tony.luck@xxxxxxxxx>


> From: Yazen Ghannam <yazen.ghannam@xxxxxxx>
> Date: Fri, 8 Jan 2021 04:00:35 +0000

2021 - wow!

> Subject: [PATCH] x86/MCE: Call kill_me_maybe() for errors with usable address

-Tony