From patchwork Thu Nov 15 10:56:52 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [5/6] data: klog.json: ACPICA ACPI_ERROR messages Date: Thu, 15 Nov 2012 00:56:52 -0000 From: Colin King X-Patchwork-Id: 199249 Message-Id: <1352977013-19927-6-git-send-email-colin.king@canonical.com> To: fwts-devel@lists.ubuntu.com From: Colin Ian King ACPICA ACPI_ERROR messages from pstree.c Signed-off-by: Colin Ian King Acked-by: Alex Hung Acked-by: Keng-Yu Lin --- 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",