From patchwork Tue Nov 20 11:28:00 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [4/8] data: klog.json: ACPICA ACPI_ERROR messages, utexcep.c Date: Tue, 20 Nov 2012 01:28:00 -0000 From: Colin King X-Patchwork-Id: 200302 Message-Id: <1353410884-4438-5-git-send-email-colin.king@canonical.com> To: fwts-devel@lists.ubuntu.com From: Colin Ian King ACPICA ACPI_ERROR messages from utexcep.c Signed-off-by: Colin Ian King Acked-by: Keng-Yu Lin Acked-by: Ivan Hu --- data/klog.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/klog.json b/data/klog.json index fe2ea21..eff82d4 100644 --- a/data/klog.json +++ b/data/klog.json @@ -77,6 +77,14 @@ "firmware_error_warning_patterns": [ { + "compare_mode": "string", + "log_level": "LOG_LEVEL_HIGH", + "tag": "FWTS_TAG_ACPI", + "pattern": "Unknown exception code: 0x", + "advice": "An execption occurred but the execption code was not recognized and the ACPI driver could not find a textual description for this exception. This is most probably a bug in the ACPI driver or ACPICA core.", + "label": "KlogAcpiUnknownExceptionCode" + }, + { "compare_mode": "regex", "log_level": "LOG_LEVEL_HIGH", "tag": "FWTS_TAG_ACPI",