[PATCH] klog.json: Add the missing viot error messages to klog database
Ivan Hu
ivan.hu at canonical.com
Wed Sep 11 02:09:30 UTC 2024
These messages are specific to the ACPI viot driver.
Signed-off-by: Ivan Hu <ivan.hu at canonical.com>
---
data/klog.json | 51 +++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 50 insertions(+), 1 deletion(-)
diff --git a/data/klog.json b/data/klog.json
index d1b9d9e9..7cf01463 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -467,7 +467,7 @@
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Failed to get table",
- "advice": "The ACPI Error Record Serialization (ERST) driver found the table, but it cannot get the table for some format exceptions.",
+ "advice": "The ACPI driver cannot find the table, which causes a failure during initialization.",
"label": "KlogAcpiErstGetTableFail",
},
{
@@ -1597,6 +1597,55 @@
"advice": "ACPI NFIT driver could not send a control message, output buffer overran",
"label": "KlogAcpiNfit"
},
+ {
+ "compare_mode": "string",
+ "log_level": "LOG_LEVEL_HIGH",
+ "pattern": "Node pointer overflows",
+ "advice": "ACPI VIOT driver detected an VIOT node that is outside the ACPI VIOT table. The table as been deemed to be broken and has been ignored.",
+ "label": "KlogAcpiViotNodeOutsideTable"
+ },
+ {
+ "compare_mode": "string",
+ "log_level": "LOG_LEVEL_HIGH",
+ "pattern": "Empty node",
+ "advice": "ACPI VIOT driver detected an VIOT node is empty. The node as been deemed to be broken and has been ignored.",
+ "label": "KlogAcpiViotNodeEmpty"
+ },
+ {
+ "compare_mode": "string",
+ "log_level": "LOG_LEVEL_HIGH",
+ "pattern": "Could not find PCI IOMMU",
+ "advice": "ACPI VIOT driver could not find PCI IOMMU. The node as been deemed to be broken and has been ignored.",
+ "label": "KlogAcpiViotNodeNotFound"
+ },
+ {
+ "compare_mode": "string",
+ "log_level": "LOG_LEVEL_HIGH",
+ "pattern": "Could not find MMIO IOMMU",
+ "advice": "ACPI VIOT driver could not find MMIO IOMMU. The node as been deemed to be broken and has been ignored.",
+ "label": "KlogAcpiViotNodeNotFound"
+ },
+ {
+ "compare_mode": "string",
+ "log_level": "LOG_LEVEL_HIGH",
+ "pattern": "Invalid PCI node size",
+ "advice": "ACPI VIOT driver detected an invalid PCI node size. The table as been deemed to be broken and has been ignored.",
+ "label": "KlogAcpiViotNodeSizeInvalid"
+ },
+ {
+ "compare_mode": "string",
+ "log_level": "LOG_LEVEL_HIGH",
+ "pattern": "Invalid MMIO node size",
+ "advice": "ACPI VIOT driver detected an invalid MMIO node size. The table as been deemed to be broken and has been ignored.",
+ "label": "KlogAcpiViotNodeSizeInvalid"
+ },
+ {
+ "compare_mode": "string",
+ "log_level": "LOG_LEVEL_HIGH",
+ "pattern": "Unsupported node",
+ "advice": "ACPI VIOT driver detected an unsupported node size, it won't be handled and has been ignored.",
+ "label": "KlogAcpiViotNodeUnsupport"
+ },
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
--
2.34.1
More information about the fwts-devel
mailing list