Re: [PATCH v3 2/2] x86, mce: support memory error recovery for both UCNA and Deferred error in machine_check_poll

2014-11-10 Thread Borislav Petkov
On Mon, Nov 10, 2014 at 09:44:26PM +, Luck, Tony wrote: > > In fact, you could redo this patch in the meantime without the AMD vendor > > check so that Tony can pick them up soon. I'll add the correct AMD bits > > later. > > You just want this hunk deleted ... > > + if (c->x86_vendor ==

RE: [PATCH v3 2/2] x86, mce: support memory error recovery for both UCNA and Deferred error in machine_check_poll

2014-11-10 Thread Luck, Tony
> In fact, you could redo this patch in the meantime without the AMD vendor > check so that Tony can pick them up soon. I'll add the correct AMD bits > later. You just want this hunk deleted ... + if (c->x86_vendor == X86_VENDOR_AMD) { + /* +* AMD BKDGs -

Re: [PATCH v3 2/2] x86, mce: support memory error recovery for both UCNA and Deferred error in machine_check_poll

2014-11-10 Thread Borislav Petkov
On Mon, Nov 10, 2014 at 08:06:17PM +0100, Borislav Petkov wrote: > Before you go and "fix" this again, wait for me to clear up something > else before you even go do that. I'll let you know. Infact, you could redo this patch in the meantime without the AMD vendor check so that Tony can pick them

Re: [PATCH v3 2/2] x86, mce: support memory error recovery for both UCNA and Deferred error in machine_check_poll

2014-11-10 Thread Borislav Petkov
On Sat, Nov 08, 2014 at 09:40:21AM +0800, Chen Yucong wrote: > Uncorrected no action required (UCNA) - is a uncorrected recoverable > machine check error that is not signaled via a machine check exception > and, instead, is reported to system software as a corrected machine > check error. UCNA

Re: [PATCH v3 2/2] x86, mce: support memory error recovery for both UCNA and Deferred error in machine_check_poll

2014-11-10 Thread Borislav Petkov
On Sat, Nov 08, 2014 at 09:40:21AM +0800, Chen Yucong wrote: Uncorrected no action required (UCNA) - is a uncorrected recoverable machine check error that is not signaled via a machine check exception and, instead, is reported to system software as a corrected machine check error. UCNA errors

Re: [PATCH v3 2/2] x86, mce: support memory error recovery for both UCNA and Deferred error in machine_check_poll

2014-11-10 Thread Borislav Petkov
On Mon, Nov 10, 2014 at 08:06:17PM +0100, Borislav Petkov wrote: Before you go and fix this again, wait for me to clear up something else before you even go do that. I'll let you know. Infact, you could redo this patch in the meantime without the AMD vendor check so that Tony can pick them up

RE: [PATCH v3 2/2] x86, mce: support memory error recovery for both UCNA and Deferred error in machine_check_poll

2014-11-10 Thread Luck, Tony
In fact, you could redo this patch in the meantime without the AMD vendor check so that Tony can pick them up soon. I'll add the correct AMD bits later. You just want this hunk deleted ... + if (c-x86_vendor == X86_VENDOR_AMD) { + /* +* AMD BKDGs - Machine

Re: [PATCH v3 2/2] x86, mce: support memory error recovery for both UCNA and Deferred error in machine_check_poll

2014-11-10 Thread Borislav Petkov
On Mon, Nov 10, 2014 at 09:44:26PM +, Luck, Tony wrote: In fact, you could redo this patch in the meantime without the AMD vendor check so that Tony can pick them up soon. I'll add the correct AMD bits later. You just want this hunk deleted ... + if (c-x86_vendor ==

[PATCH v3 2/2] x86, mce: support memory error recovery for both UCNA and Deferred error in machine_check_poll

2014-11-07 Thread Chen Yucong
Uncorrected no action required (UCNA) - is a uncorrected recoverable machine check error that is not signaled via a machine check exception and, instead, is reported to system software as a corrected machine check error. UCNA errors indicate that some data in the system is corrupted, but the data

[PATCH v3 2/2] x86, mce: support memory error recovery for both UCNA and Deferred error in machine_check_poll

2014-11-07 Thread Chen Yucong
Uncorrected no action required (UCNA) - is a uncorrected recoverable machine check error that is not signaled via a machine check exception and, instead, is reported to system software as a corrected machine check error. UCNA errors indicate that some data in the system is corrupted, but the data