@@ -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",
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(+)