[PATCH] klog.json: Add some missing exresolv kernel messages to klog database

Ivan Hu ivan.hu at canonical.com
Fri Oct 20 14:31:05 UTC 2023


These messages are specific to the ACPICA exresolv 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 e42b3f34..27611e28 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -3074,6 +3074,13 @@
     "advice": "An invalid opcode was found while parsing a field list. This is invariable due to buggy firmware.",
     "label": "KlogAcpiFieldListInvalidOpcode"
   },
+  {
+    "compare_mode": "string",
+    "log_level": "LOG_LEVEL_HIGH",
+    "pattern": "Internal - null pointer",
+    "advice": "An error occurred attempting to convert reference objects to values. A NULL pointer to entry on obj_stack, which can be either an (union acpi_operand_object *) or an acpi_handle. See acpi_ex_resolve_to_value().",
+    "label": "KlogAcpiNullPackageElementDereference"
+  },
   {
     "compare_mode": "string",
     "log_level": "LOG_LEVEL_HIGH",
-- 
2.34.1




More information about the fwts-devel mailing list