RE: [PATCH v4 2/4] x86/mce: Remove functions that disable error reporting

From: Zhuo, Qiuxu
Date: Sat Oct 12 2024 - 01:37:35 EST


> From: Tony W Wang-oc <TonyWWang-oc@xxxxxxxxxxx>
> [...]
> Subject: [PATCH v4 2/4] x86/mce: Remove functions that disable error reporting
>
> From: Lyle Li <LyleLi@xxxxxxxxxxx>
>
> Since all major vendors do not disable MCA_CTL after initialization, functions
> that disable error reporting should be removed in mce/core.c.

It's obvious from this patch that the functions are removed from mce/core.c.
IMHO: No need to mention the file name in the commit message.

And please use active voice in the commit message, like this:

Since all major vendors do not disable MCA_CTL after initialization, remove the functions that disable error reporting.

Other than that:

Reviewed-by: Qiuxu Zhuo <qiuxu.zhuo@xxxxxxxxx>

> [...]