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

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


These messages are specific to the ACPI nsinit driver.

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

diff --git a/data/klog.json b/data/klog.json
index 4753b983..b8a00cc4 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -4355,6 +4355,13 @@
    "advice": "The ACPI driver failed to traverse the ACPI namespace and initialize all the ACPI devices.",
    "label": "KlogAcpiNsDevInitFailed"
   },
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_HIGH",
+   "pattern": "Opcode is not deferred",
+   "advice": "The ACPI driver failed to initialize object, the object type is not expected.",
+   "label": "KlogAcpiNsInitFail"
+  },
   {
    "compare_mode": "string",
    "log_level": "LOG_LEVEL_HIGH",
-- 
2.34.1




More information about the fwts-devel mailing list