You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EDAC/amd64: Simplify ECC check on unified memory controllers
JIRA: https://issues.redhat.com/browse/RHEL-73049
Tested: by me
commit 7473673
Author: Borislav Petkov (AMD) <[email protected]>
Date: Wed Dec 11 12:07:42 2024 +0100
EDAC/amd64: Simplify ECC check on unified memory controllers
The intent of the check is to see whether at least one UMC has ECC
enabled. So do that instead of tracking which ones are enabled in masks
which are too small in size anyway and lead to not loading the driver on
Zen4 machines with UMCs enabled over UMC8.
Fixes: e2be595 ("EDAC/amd64: Add support for AMD Family 19h Models 10h-1Fh and A0h-AFh")
Reported-by: Avadhut Naik <[email protected]>
Signed-off-by: Borislav Petkov (AMD) <[email protected]>
Tested-by: Avadhut Naik <[email protected]>
Reviewed-by: Avadhut Naik <[email protected]>
Cc: <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Aristeu Rozanski <[email protected]>
0 commit comments