@@ -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",
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(+)