Re: [PATCH v2 4/7] ghes_edac: avoid multiple calls to dmi_walk()

From: Kani, Toshimitsu
Date: Tue Aug 15 2017 - 11:53:26 EST


On Tue, 2017-08-15 at 08:48 -0700, Luck, Tony wrote:
> On Tue, Aug 15, 2017 at 08:35:51AM -0700, Kani, Toshimitsu wrote:
> > User apps like ras-mc-ctl works as expected for a given (not-so-
> > great) DIMM info from SMBIOS as well.ÂÂI do not see a probelm from
> > user perspective, either.
>
> Won't the user see all their DIMMs reported for each memory
> controller under /sys/devices/system/edac/mc/mc*/dimm* ?
>
> That sounds confusing.

ghes_edac only fills dimm_info to the first mci. So, users do not see
duplicated info.

Thanks,
-Toshi