Blame rasdaemon-log-correctable-errors-only.diff
|
Michel Lind |
ff5aac |
From 626f7c90ff943be9cdc5ca3d3bbeac644bef2485 Mon Sep 17 00:00:00 2001
|
|
Michel Lind |
ff5aac |
From: Krishna Dhulipala <krishnad@meta.com>
|
|
Michel Lind |
ff5aac |
Date: Mon, 25 Sep 2023 19:29:43 -0700
|
|
Michel Lind |
ff5aac |
Subject: [PATCH] Only log correctable errors for unified SEL
|
|
Michel Lind |
ff5aac |
|
|
Michel Lind |
ff5aac |
Summary:
|
|
Michel Lind |
ff5aac |
|
|
Michel Lind |
ff5aac |
Test Plan:
|
|
Michel Lind |
ff5aac |
|
|
Michel Lind |
ff5aac |
Reviewers:
|
|
Michel Lind |
ff5aac |
|
|
Michel Lind |
ff5aac |
Subscribers:
|
|
Michel Lind |
ff5aac |
|
|
Michel Lind |
ff5aac |
Tasks:
|
|
Michel Lind |
ff5aac |
|
|
Michel Lind |
ff5aac |
Tags:
|
|
Michel Lind |
ff5aac |
---
|
|
Michel Lind |
ff5aac |
unified-sel.c | 4 ----
|
|
Michel Lind |
ff5aac |
1 file changed, 4 deletions(-)
|
|
Michel Lind |
ff5aac |
|
|
Michel Lind |
ff5aac |
diff --git a/unified-sel.c b/unified-sel.c
|
|
Michel Lind |
ff5aac |
index 287bb4f..4398da1 100644
|
|
Michel Lind |
ff5aac |
--- a/unified-sel.c
|
|
Michel Lind |
ff5aac |
+++ b/unified-sel.c
|
|
Michel Lind |
ff5aac |
@@ -106,9 +106,5 @@ int openbmc_unified_sel_log(uint64_t severity, const char *dev_name, uint64_t st
|
|
Michel Lind |
ff5aac |
if (verify_id_log_sel(status, cor_error_ids, bus, dev_fn) < 0)
|
|
Michel Lind |
ff5aac |
return -1;
|
|
Michel Lind |
ff5aac |
}
|
|
Michel Lind |
ff5aac |
- else {
|
|
Michel Lind |
ff5aac |
- if (verify_id_log_sel(status, uncor_error_ids, bus, dev_fn) < 0)
|
|
Michel Lind |
ff5aac |
- return -1;
|
|
Michel Lind |
ff5aac |
- }
|
|
Michel Lind |
ff5aac |
return 0;
|
|
Michel Lind |
ff5aac |
}
|