[PATCH 6/6] data: klog.json: ACPICA ACPI_ERROR messages

Colin King colin.king at canonical.com
Thu Nov 15 10:56:53 UTC 2012


From: Colin Ian King <colin.king at canonical.com>

ACPICA ACPI_ERROR messages from psloop.c

Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
 data/klog.json |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/data/klog.json b/data/klog.json
index 90a5647..ace4fec 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -205,6 +205,14 @@
    "label": "KlogAcpiUnknownAmlOpcode"
   },
   {
+   "compare_mode": "regex",
+   "log_level": "LOG_LEVEL_HIGH",
+   "tag": "FWTS_TAG_ACPI",
+   "pattern": "Found unknown opcode .* at AML address .* offset",
+   "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_MEDIUM",
    "tag": "FWTS_TAG_ACPI",
-- 
1.7.10.4




More information about the fwts-devel mailing list