Re: [PATCH v3] edac: Handle EDAC ECC errors for Family 16h

2013-04-17 Thread Aravind
On 04/16/2013 01:18 PM, Borislav Petkov wrote: On Tue, Apr 16, 2013 at 12:15:47PM -0500, Aravind wrote: This one case in point, please redo it against tip/master. I had based off bp.git's master... and it misses an additional 'PCI_DEVICE' line (Hence the conflict) I shall redo it agai

Re: [PATCH v3] edac: Handle EDAC ECC errors for Family 16h

2013-04-16 Thread Borislav Petkov
On Tue, Apr 16, 2013 at 12:15:47PM -0500, Aravind wrote: > >This one case in point, please redo it against tip/master. > > I had based off bp.git's master... and it misses an additional > 'PCI_DEVICE' line (Hence the conflict) > I shall redo it against Linus's tree.. No, against tip/maste

Re: [PATCH v3] edac: Handle EDAC ECC errors for Family 16h

2013-04-16 Thread Aravind
On 04/16/2013 09:24 AM, Borislav Petkov wrote: On Mon, Apr 15, 2013 at 01:56:00PM -0500, Aravind Gopalakrishnan wrote: Add code to handle ECC decoding for fam16h. Support exists for previous families already, so code has been reused werever applicable and some code has been added to handle fam16

Re: [PATCH v3] edac: Handle EDAC ECC errors for Family 16h

2013-04-16 Thread Borislav Petkov
On Mon, Apr 15, 2013 at 01:56:00PM -0500, Aravind Gopalakrishnan wrote: > Add code to handle ECC decoding for fam16h. Support exists for > previous families already, so code has been reused werever applicable > and some code has been added to handle fam16h specific operations. > > The patch was te

[PATCH v3] edac: Handle EDAC ECC errors for Family 16h

2013-04-15 Thread Aravind Gopalakrishnan
Add code to handle ECC decoding for fam16h. Support exists for previous families already, so code has been reused werever applicable and some code has been added to handle fam16h specific operations. The patch was tested on Fam16h with ECC turned on using the mce_amd_inj facility and works fine.