[PATCH] klog.json: Add more utobject error messages to klog database

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


These messages are specific to the ACPI utobject 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 63dc04c4..036bcd52 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -1856,6 +1856,13 @@
    "advice": "APM misc device could not be registered. However, the driver can work without this, but userspace cannot control it.",
    "label": "KlogBiosApmMiscDevice"
   },
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_HIGH",
+   "pattern": "Could not allocate size",
+   "advice": "The ACPI driver was unable to allocate the actual buffer for creating the objects.",
+   "label": "KlogAcpiAllocBufferFail"
+  },
   {
    "compare_mode": "string",
    "log_level": "LOG_LEVEL_LOW",
@@ -2549,6 +2556,13 @@
     "advice": "An internal ACPI error occurred freeing an ACPI object or adding it to the object cache. The descriptor type of the given object was not a descriptor type operand.  See acpi_ut_delete_object_desc().",
     "label": "KlogAcpiNotOperandObject"
   },
+  {
+    "compare_mode": "regex",
+    "log_level": "LOG_LEVEL_HIGH",
+    "pattern": "Received a namespace node .* where an operand object is required",
+    "advice": "An internal ACPI error occurred getting a namespace node where an operand object is required. See acpi_ut_get_simple_object_size(). ",
+    "label": "KlogAcpiGetObjSizeFail"
+  },
   {
     "compare_mode": "regex",
     "log_level": "LOG_LEVEL_HIGH",
-- 
2.34.1




More information about the fwts-devel mailing list