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

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


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

ACPICA ACPI_ERROR messages from pstree.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 1420105..90a5647 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -198,6 +198,14 @@
   },
   {
    "compare_mode": "string",
+   "log_level": "LOG_LEVEL_HIGH",
+   "tag": "FWTS_TAG_ACPI",
+   "pattern": "Invalid AML Opcode: 0x",
+   "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",
    "pattern": "BCD digit too large (not decimal): 0x",
-- 
1.7.10.4




More information about the fwts-devel mailing list