Re: [PATCH v2 1/2] x86/mce/AMD: Define function to get SMCA bank type

2017-12-10 Thread Borislav Petkov
On Thu, Dec 07, 2017 at 02:39:54PM -0600, Yazen Ghannam wrote: > diff --git a/arch/x86/kernel/cpu/mcheck/mce_amd.c > b/arch/x86/kernel/cpu/mcheck/mce_amd.c > index a38ab1fa53a2..219d5115f4d4 100644 > --- a/arch/x86/kernel/cpu/mcheck/mce_amd.c > +++ b/arch/x86/kernel/cpu/mcheck/mce_amd.c > @@

Re: [PATCH v2 1/2] x86/mce/AMD: Define function to get SMCA bank type

2017-12-10 Thread Borislav Petkov
On Thu, Dec 07, 2017 at 02:39:54PM -0600, Yazen Ghannam wrote: > diff --git a/arch/x86/kernel/cpu/mcheck/mce_amd.c > b/arch/x86/kernel/cpu/mcheck/mce_amd.c > index a38ab1fa53a2..219d5115f4d4 100644 > --- a/arch/x86/kernel/cpu/mcheck/mce_amd.c > +++ b/arch/x86/kernel/cpu/mcheck/mce_amd.c > @@

[PATCH v2 1/2] x86/mce/AMD: Define function to get SMCA bank type

2017-12-07 Thread Yazen Ghannam
From: Yazen Ghannam Scalable MCA systems have various types of banks. The bank's type can determine how we handle errors from it. For example, if a bank represents a UMC then we will need to convert its address from a normalized address to a system physical address before

[PATCH v2 1/2] x86/mce/AMD: Define function to get SMCA bank type

2017-12-07 Thread Yazen Ghannam
From: Yazen Ghannam Scalable MCA systems have various types of banks. The bank's type can determine how we handle errors from it. For example, if a bank represents a UMC then we will need to convert its address from a normalized address to a system physical address before handling the error.