Re: [PATCH V3 4/4] edac, amd64_edac: Add F15h M60h support

2014-10-30 Thread Borislav Petkov
On Thu, Oct 30, 2014 at 08:46:11AM -0500, Aravind Gopalakrishnan wrote: > Because it gets printed anyway when we do > edac_dbg(1, " DIMM type: %s\n", edac_mem_types[pvt->dram_type]); Ah, true. Ok, patch queued for 3.19. Thanks. -- Regards/Gruss, Boris. Sent from a fat crate under my

Re: [PATCH V3 4/4] edac, amd64_edac: Add F15h M60h support

2014-10-30 Thread Aravind Gopalakrishnan
On 10/30/2014 7:45 AM, Borislav Petkov wrote: On Wed, Oct 29, 2014 at 04:18:03PM -0500, Aravind Gopalakrishnan wrote: diff --git a/drivers/edac/amd64_edac.c b/drivers/edac/amd64_edac.c index bbd6514..1092ddd 100644 --- a/drivers/edac/amd64_edac.c +++ b/drivers/edac/amd64_edac.c @@ -692,9

Re: [PATCH V3 4/4] edac, amd64_edac: Add F15h M60h support

2014-10-30 Thread Borislav Petkov
On Wed, Oct 29, 2014 at 04:18:03PM -0500, Aravind Gopalakrishnan wrote: > diff --git a/drivers/edac/amd64_edac.c b/drivers/edac/amd64_edac.c > index bbd6514..1092ddd 100644 > --- a/drivers/edac/amd64_edac.c > +++ b/drivers/edac/amd64_edac.c > @@ -692,9 +692,19 @@ static void

Re: [PATCH V3 4/4] edac, amd64_edac: Add F15h M60h support

2014-10-30 Thread Borislav Petkov
On Wed, Oct 29, 2014 at 04:18:03PM -0500, Aravind Gopalakrishnan wrote: diff --git a/drivers/edac/amd64_edac.c b/drivers/edac/amd64_edac.c index bbd6514..1092ddd 100644 --- a/drivers/edac/amd64_edac.c +++ b/drivers/edac/amd64_edac.c @@ -692,9 +692,19 @@ static void

Re: [PATCH V3 4/4] edac, amd64_edac: Add F15h M60h support

2014-10-30 Thread Aravind Gopalakrishnan
On 10/30/2014 7:45 AM, Borislav Petkov wrote: On Wed, Oct 29, 2014 at 04:18:03PM -0500, Aravind Gopalakrishnan wrote: diff --git a/drivers/edac/amd64_edac.c b/drivers/edac/amd64_edac.c index bbd6514..1092ddd 100644 --- a/drivers/edac/amd64_edac.c +++ b/drivers/edac/amd64_edac.c @@ -692,9

Re: [PATCH V3 4/4] edac, amd64_edac: Add F15h M60h support

2014-10-30 Thread Borislav Petkov
On Thu, Oct 30, 2014 at 08:46:11AM -0500, Aravind Gopalakrishnan wrote: Because it gets printed anyway when we do edac_dbg(1, DIMM type: %s\n, edac_mem_types[pvt-dram_type]); Ah, true. Ok, patch queued for 3.19. Thanks. -- Regards/Gruss, Boris. Sent from a fat crate under my desk.

[PATCH V3 4/4] edac, amd64_edac: Add F15h M60h support

2014-10-29 Thread Aravind Gopalakrishnan
This patch adds support for ECC error decoding for F15h M60h processor. Aside from the usual changes, the patch adds support for some new features in the processor: - DDR4(unbuffered, registered); LRDIMM DDR3 support - relevant debug messages have been modified/added to report these

[PATCH V3 4/4] edac, amd64_edac: Add F15h M60h support

2014-10-29 Thread Aravind Gopalakrishnan
This patch adds support for ECC error decoding for F15h M60h processor. Aside from the usual changes, the patch adds support for some new features in the processor: - DDR4(unbuffered, registered); LRDIMM DDR3 support - relevant debug messages have been modified/added to report these