[PATCH] klog.json: Add child missing data message to klog database
Ivan Hu
ivan.hu at canonical.com
Thu Mar 6 08:40:44 UTC 2025
These messages are specific to the ACPI dsopcode 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 f824dcf6..2cdea599 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -3067,6 +3067,13 @@
"advice": "Failed to get buffer field Buffer and Index, could not resolve operands. A call to acpi_ex_resolve_operands() failed and returned an error status code. See acpi_ds_eval_buffer_field_operands().",
"label": "KlogAcpiBadOperand"
},
+ {
+ "compare_mode": "string",
+ "log_level": "LOG_LEVEL_HIGH",
+ "pattern": "Missing child while evaluating opcode",
+ "advice": "Failed to get the operands and complete the buffer and package data object types because missing child data, it was ignored if child is invalid.",
+ "label": "KlogAcpiInvalidChild"
+ },
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
--
2.34.1
More information about the fwts-devel
mailing list