@@ -4691,6 +4691,13 @@
"advice": "The ACPI interpreter found an invalid type for target of a scope operator, this occurred during the loading of the ACPI tables, see acpi_ds_load2_begin_op().",
"label": "KlogAcpiInvalidTypeScopeOp"
},
+ {
+ "compare_mode": "string",
+ "log_level": "LOG_LEVEL_HIGH",
+ "pattern": "CreateBufferField failure",
+ "advice": "The ACPI interpreter failed to create buffer field, this occurred during the loading of the namespace, see acpi_ds_load2_end_op.",
+ "label": "KlogAcpiCreateBuffFieldFail"
+ },
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
These messages are specific to the ACPI dswload2 driver. Signed-off-by: Ivan Hu <ivan.hu@canonical.com> --- data/klog.json | 7 +++++++ 1 file changed, 7 insertions(+)