[PATCH] klog.json: Add the missing exserial error message to klog database

Ivan Hu ivan.hu at canonical.com
Thu Sep 12 01:34:11 UTC 2024


These messages are specific to the ACPI exserial driver.

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

diff --git a/data/klog.json b/data/klog.json
index 9f077422..35c8f57c 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -3081,6 +3081,13 @@
     "advice": "An unknown target type was found in attempting to perform implicit type conversion.",
     "label": "KlogAcpiUnknownTargetTypeId"
   },
+  {
+    "compare_mode": "string",
+    "log_level": "LOG_LEVEL_HIGH",
+    "pattern": "Invalid direct read using bidirectional write-then-read protocol",
+    "advice": "Got an accessor type unexpected when reading GSBUS address space.",
+    "label": "KlogAcpiTypeUnexpected"
+  },
   {
     "compare_mode": "string",
     "log_level": "LOG_LEVEL_HIGH",
@@ -3088,6 +3095,13 @@
     "advice": "A SMBus, IPMI or GenericSerialBus write to a named field required a buffer to write into, but got a different type instead.",
     "label": "KlogAcpiWriteRequiresBuffer"
   },
+  {
+    "compare_mode": "string",
+    "log_level": "LOG_LEVEL_HIGH",
+    "pattern": "Invalid protocol ID for GSBus:",
+    "advice": "Got invalid protocol ID when reading/writing GSBUS address space.",
+    "label": "KlogAcpiInvalidID"
+  },
   {
     "compare_mode": "regex",
     "log_level": "LOG_LEVEL_HIGH",
-- 
2.34.1




More information about the fwts-devel mailing list