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

2013-04-19 Thread Ingo Molnar
* Borislav Petkov wrote: > On Wed, Apr 17, 2013 at 07:44:47PM -0500, Aravind wrote: > > For some reason, this hunk does not apply cleanly.. > > I tried this: (moving the line) > > > > { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_10H_NB_MISC) }, > > { PCI_DEVICE(PCI_VENDOR_ID_AMD, P

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

2013-04-18 Thread Borislav Petkov
On Wed, Apr 17, 2013 at 07:44:47PM -0500, Aravind wrote: > For some reason, this hunk does not apply cleanly.. > I tried this: (moving the line) > > { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_10H_NB_MISC) }, > { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_15H_NB_F3) }, > +

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

2013-04-17 Thread Aravind
On 04/17/2013 04:20 PM, Borislav Petkov wrote: [ trim CC-list ] On Wed, Apr 17, 2013 at 02:57:13PM -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 add

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

2013-04-17 Thread Borislav Petkov
[ trim CC-list ] On Wed, Apr 17, 2013 at 02:57:13PM -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. >

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

2013-04-17 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.