RE: [PATCH] ie31200_edac: add skylake support

From: Luck, Tony
Date: Wed May 04 2016 - 13:44:16 EST


> I've verified that the 'ce_count' is correctly incrementing with bad dimms.

Did you re-test on at least one of the previous 3 generations of CPUs supported
by this driver? All would be nice, but the bulk of the opportunities for cut&paste
errors seem to be in code that looks like:

if (Skylake)
do new thing
else
do old thing

so if one of them still works, it's likely they all do.

-Tony