RE: [PATCH] EDAC/mc_sysfs: Print MC-scope sysfs counters unsigned
From: Luck, Tony
Date: Mon Oct 04 2021 - 11:31:09 EST
> This is cosmetically nicer for counts > INT32_MAX, and aligns the
> MC-scope format with that of the lower layer sysfs counter files.
While this is technically the right thing to do, I pity the system administrator that
is looking at a system with more than 2147483647 corrected or uncorrected errors!
So:
Acked-by: Tony Luck <tony.luck@xxxxxxxxx>
but maybe this is just churn and not really useful in practice?
-Tony