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

From: Yazen Ghannam
Date: Wed Apr 19 2023 - 09:08:13 EST


On 4/18/23 15:34, Luck, Tony wrote:
>>> + 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>
>

Thanks!

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

Yeah, I've been distracted lately with other things. >_>

-Yazen