diff mbox series

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

Message ID 20231020143105.5060-1-ivan.hu@canonical.com
State Accepted
Headers show
Series klog.json: Add some missing exresolv kernel messages to klog database | expand

Commit Message

Ivan Hu Oct. 20, 2023, 2:31 p.m. UTC
These messages are specific to the ACPICA exresolv driver.

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

Patch

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",