[PATCH] klog.json: Add the missing dswload2 error message to klog database
Ivan Hu
ivan.hu at canonical.com
Thu Sep 12 01:34:09 UTC 2024
These messages are specific to the ACPI dswload2 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 43734c93..8dadc5da 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -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",
--
2.34.1
More information about the fwts-devel
mailing list