diff mbox series

klog.json: Add the missing exoparg2 error message to klog database

Message ID 20240912013413.233034-6-ivan.hu@canonical.com
State Accepted
Headers show
Series klog.json: Add the missing exoparg2 error message to klog database | expand

Commit Message

Ivan Hu Sept. 12, 2024, 1:34 a.m. UTC
These messages are specific to the ACPI exoparg2 driver.

Signed-off-by: Ivan Hu <ivan.hu@canonical.com>
---
 data/klog.json | 7 +++++++
 1 file changed, 7 insertions(+)
diff mbox series

Patch

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",