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

2017-12-02 Thread Ghannam, Yazen
nel.org; linux-kernel@vger.kernel.org > Subject: Re: [PATCH 1/2] x86/mce/AMD: Define function to get SMCA bank > type > > On Fri, Dec 01, 2017 at 09:50:33AM -0600, Yazen Ghannam wrote: > > From: Yazen Ghannam > > > > Scalable MCA systems have various types of banks. The bank&#x

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

2017-12-02 Thread Borislav Petkov
On Fri, Dec 01, 2017 at 09:50:33AM -0600, Yazen Ghannam wrote: > 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 normal

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

2017-12-01 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. Def