Re: [PATCH v2 4/6] x86/MCE: Make number of MCA banks per_cpu

From: Borislav Petkov
Date: Tue Apr 16 2019 - 13:36:18 EST


On Thu, Apr 11, 2019 at 08:18:03PM +0000, Ghannam, Yazen wrote:
> From: Yazen Ghannam <yazen.ghannam@xxxxxxx>
>
> The number of MCA banks is provided per logical CPU. Historically, this
> number has been the same across all CPUs, but this is not an
> architectural guarantee. Future AMD systems may have MCA bank counts
> that vary between logical CPUs in a system.
>
> This issue was partially addressed in
>
> commit ("006c077041dc x86/mce: Handle varying MCA bank counts")

Add that to your .gitconfig:

[alias]
one = show -s --pretty='format:%h (\"%s\")'

so that you can quote commits properly:

$ git one 006c077041dc73b9490fffc4c6af5befe0687110
006c077041dc ("x86/mce: Handle varying MCA bank counts")

--
Regards/Gruss,
Boris.

Good mailing practices for 400: avoid top-posting and trim the reply.