Re: [PATCH 1/1] EDAC/igen6: Fix the flood of invalid error reports
From: Luck, Tony
Date: Thu Feb 20 2025 - 20:15:08 EST
On Wed, Feb 12, 2025 at 04:33:54PM +0800, Qiuxu Zhuo wrote:
> The ECC_ERROR_LOG register of certain SoCs may contain the invalid value
> ~0, which results in a flood of invalid error reports in polling mode.
>
> Fix the flood of invalid error reports by skipping the invalid ECC error
> log value ~0.
>
> Fixes: e14232afa944 ("EDAC/igen6: Add polling support")
> Reported-by: Ramses <ramses@xxxxxxxxxxxxxxxx>
> Closes: https://lore.kernel.org/all/OISL8Rv--F-9@xxxxxxxxxxxxxxxx/
> Tested-by: Ramses <ramses@xxxxxxxxxxxxxxxx>
> Reported-by: John <therealgraysky@xxxxxxxxx>
> Closes: https://lore.kernel.org/all/p5YcxOE6M3Ncxpn2-Ia_wCt61EM4LwIiN3LroQvT_-G2jMrFDSOW5k2A9D8UUzD2toGpQBN1eI0sL5dSKnkO8iteZegLoQEj-DwQaMhGx4A=@proton.me/
> Tested-by: John <therealgraysky@xxxxxxxxx>
> Signed-off-by: Qiuxu Zhuo <qiuxu.zhuo@xxxxxxxxx>
Applied to RAS tree edac-drivers branch
Thanks
-Tony