RE: [PATCH v2 11/16] x86/mce: Move machine_check_poll() status checks to helper functions
From: Zhuo, Qiuxu
Date: Tue Feb 18 2025 - 01:29:31 EST
> From: Yazen Ghannam <yazen.ghannam@xxxxxxx>
> Sent: Friday, February 14, 2025 12:46 AM
> To: x86@xxxxxxxxxx; Luck, Tony <tony.luck@xxxxxxxxx>
> Cc: linux-kernel@xxxxxxxxxxxxxxx; linux-edac@xxxxxxxxxxxxxxx;
> Smita.KoralahalliChannabasappa@xxxxxxx; Yazen Ghannam
> <yazen.ghannam@xxxxxxx>
> Subject: [PATCH v2 11/16] x86/mce: Move machine_check_poll() status checks
> to helper functions
>
> There are a number of generic and vendor-specific status checks in
> machine_check_poll(). These are used to determine if an error should be
> skipped.
>
> Move these into helper functions. Future vendor-specific checks will be
> added to the helpers.
>
> Signed-off-by: Yazen Ghannam <yazen.ghannam@xxxxxxx>
LGTM. Thanks.
Reviewed-by: Qiuxu Zhuo <qiuxu.zhuo@xxxxxxxxx>