[PATCH] klog.json: Add the missing exoparg2 error message to klog database
Ivan Hu
ivan.hu at canonical.com
Thu Sep 12 01:34:10 UTC 2024
These messages are specific to the ACPI exoparg2 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 8dadc5da..9f077422 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -4859,6 +4859,13 @@
"advice": "ACPI execution run time error: The ACPI interpreter has reached an opcode that is unknown, this normally is a bug in the underlying AML code either because of badly written AML code or the compiler has produced code that is incorrect or the ACPI interpreter does not support this valid opcode. ",
"label": "KlogAcpiUnknownAmlOpcode"
},
+ {
+ "compare_mode": "string",
+ "log_level": "LOG_LEVEL_HIGH",
+ "pattern": "Invalid object type:",
+ "advice": "ACPI execution run time error: The ACPI interpreter has got an object type that is invalid when doing index OP. ",
+ "label": "KlogAcpiInvalidObjType"
+ },
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
--
2.34.1
More information about the fwts-devel
mailing list