Re: [Patch V1 3/3] x86, mce: Handling LMCE events

2015-05-29 Thread Borislav Petkov
On Fri, May 29, 2015 at 09:28:02AM -0700, Ashok Raj wrote: > This patch has handling changes to do_machine_check() to process MCE > signaled as local MCE. Typically only recoverable errors (SRAR) type > error will be Signaled as LMCE. But architecture does not restrict to > only those errors. > >

[Patch V1 3/3] x86, mce: Handling LMCE events

2015-05-29 Thread Ashok Raj
This patch has handling changes to do_machine_check() to process MCE signaled as local MCE. Typically only recoverable errors (SRAR) type error will be Signaled as LMCE. But architecture does not restrict to only those errors. When errors are signaled as LMCE, there is no need for the MCE handler

[Patch V1 3/3] x86, mce: Handling LMCE events

2015-05-29 Thread Ashok Raj
This patch has handling changes to do_machine_check() to process MCE signaled as local MCE. Typically only recoverable errors (SRAR) type error will be Signaled as LMCE. But architecture does not restrict to only those errors. When errors are signaled as LMCE, there is no need for the MCE handler

Re: [Patch V1 3/3] x86, mce: Handling LMCE events

2015-05-29 Thread Borislav Petkov
On Fri, May 29, 2015 at 09:28:02AM -0700, Ashok Raj wrote: This patch has handling changes to do_machine_check() to process MCE signaled as local MCE. Typically only recoverable errors (SRAR) type error will be Signaled as LMCE. But architecture does not restrict to only those errors. When