public inbox for linux-edac@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] RAS/AMD/ATL: Decrease message about unknown DF revision to debug
@ 2026-03-05 15:45 Mario Limonciello
  2026-03-06 14:50 ` Borislav Petkov
  0 siblings, 1 reply; 17+ messages in thread
From: Mario Limonciello @ 2026-03-05 15:45 UTC (permalink / raw)
  To: mario.limonciello, Yazen.Ghannam, Tony Luck, bp, superm1
  Cc: yazen.ghannam, linux-edac

commit 187d1b27a1e43 ("RAS/AMD/ATL: Require PRM support for future
systems") made PRM mandatory for future systems; but this is only a
datacenter centric point of view.  PRM is implemented on a case by
case basis on other products and thus it will be expected that the
DF revision can't be detected on some systems.

Decrease the applicable messaging to debug.

Fixes: 187d1b27a1e43 ("RAS/AMD/ATL: Require PRM support for future systems")
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
---
 drivers/ras/amd/atl/system.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/ras/amd/atl/system.c b/drivers/ras/amd/atl/system.c
index 812a30e21d3ad..a9bf05be5c3fc 100644
--- a/drivers/ras/amd/atl/system.c
+++ b/drivers/ras/amd/atl/system.c
@@ -300,7 +300,7 @@ int get_df_system_info(void)
 
 	ret = determine_df_rev();
 	if (ret) {
-		pr_warn("Failed to determine DF Revision");
+		pr_debug("Failed to determine DF Revision");
 		df_cfg.rev = UNKNOWN;
 		return ret;
 	}
-- 
2.53.0


^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2026-03-20  3:30 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-05 15:45 [PATCH] RAS/AMD/ATL: Decrease message about unknown DF revision to debug Mario Limonciello
2026-03-06 14:50 ` Borislav Petkov
2026-03-06 15:03   ` Mario Limonciello
2026-03-06 15:32     ` Borislav Petkov
2026-03-06 15:40       ` Mario Limonciello
2026-03-06 15:49         ` Borislav Petkov
2026-03-07 14:49           ` Yazen Ghannam
2026-03-07 15:12             ` Borislav Petkov
2026-03-10 12:54               ` Yazen Ghannam
2026-03-10 14:58                 ` Mario Limonciello
2026-03-10 16:52                   ` Yazen Ghannam
2026-03-10 17:47                     ` Mario Limonciello
2026-03-11 13:38                       ` Yazen Ghannam
2026-03-11 14:28                         ` Mario Limonciello
2026-03-18 15:43             ` Mario Limonciello
2026-03-19 14:36               ` Yazen Ghannam
2026-03-20  3:30                 ` Mario Limonciello

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox