diff mbox series

klog.json: Add some missing bert kernel messages to klog database

Message ID 20230928071218.137120-1-ivan.hu@canonical.com
State Accepted
Headers show
Series klog.json: Add some missing bert kernel messages to klog database | expand

Commit Message

Ivan Hu Sept. 28, 2023, 7:12 a.m. UTC
These messages are specific to the ACPI bert driver.

Signed-off-by: Ivan Hu <ivan.hu@canonical.com>
---
 data/klog.json | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
diff mbox series

Patch

diff --git a/data/klog.json b/data/klog.json
index 7e39f80b..efef3407 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -358,6 +358,20 @@ 
    "advice": "The ACPI Boot Error Record Table (BERT) driver contained a record that was truncated and so it cannot print it.",
    "label": "KlogAcpiBertShortErrorRecord",
   },
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_MEDIUM",
+   "pattern": "get table failed",
+   "advice": "The ACPI Boot Error Record Table (BERT) driver found the table, but it cannot get the table for some format exceptions.",
+   "label": "KlogAcpiBertShortErrorRecord",
+  },
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_HIGH",
+   "pattern": "table invalid",
+   "advice": "The ACPI Boot Error Record Table (BERT) driver checked the BERT table and got the table invalid.",
+   "label": "KlogAcpiBertShortErrorRecord",
+  },
   {
    "compare_mode": "string",
    "log_level": "LOG_LEVEL_MEDIUM",