Re: [PATCH v3] EDAC: expose per-dimm error counts in sysfs

2017-01-19 Thread Borislav Petkov
On Thu, Jan 19, 2017 at 08:56:23AM +, Aaron Miller wrote: > Did this ever get picked up? It is now. Thanks for the reminder! -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the reply.

Re: [PATCH v3] EDAC: expose per-dimm error counts in sysfs

2017-01-19 Thread Aaron Miller
On 11/4/16, 4:21 AM, "Borislav Petkov" wrote: LGTM. Acked-by: Borislav Petkov Mauro, I'm assuming you're picking up this. -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the reply. Did this ever get p

Re: [PATCH v3] EDAC: expose per-dimm error counts in sysfs

2016-11-04 Thread Borislav Petkov
On Thu, Nov 03, 2016 at 03:01:53PM -0700, Aaron Miller wrote: > The old 'csrowX' sysfs directories had per-csrow error counters, but the > new 'dimmX' directories do not currently expose error counts. > > EDAC already keeps these counts, add them to sysfs so per-dimm counts > are still available w

[PATCH v3] EDAC: expose per-dimm error counts in sysfs

2016-11-03 Thread Aaron Miller
The old 'csrowX' sysfs directories had per-csrow error counters, but the new 'dimmX' directories do not currently expose error counts. EDAC already keeps these counts, add them to sysfs so per-dimm counts are still available when CONFIG_EDAC_LEGACY_SYSFS=n Signed-off-by: Aaron Miller --- Notes: