From patchwork Fri Nov 16 08:27:52 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/4] data: klog.json: ACPICA ACPI_ERROR messages Date: Thu, 15 Nov 2012 22:27:52 -0000 From: Colin King X-Patchwork-Id: 199513 Message-Id: <1353054473-4675-4-git-send-email-colin.king@canonical.com> To: fwts-devel@lists.ubuntu.com From: Colin Ian King ACPICA ACPI_ERROR messages from utstate.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 b2e7af5..c1d5283 100644 --- a/data/klog.json +++ b/data/klog.json @@ -80,6 +80,14 @@ "compare_mode": "string", "log_level": "LOG_LEVEL_MEDIUM", "tag": "FWTS_TAG_ACPI", + "pattern": "Invalid zero ID from AcpiOsGetThreadId", + "advice": "A zero thread ID was returned which will break the ACPI driver. This should never happen, since the thread ID is actually the address of the thread descriptor which is never zero.", + "label": "KlogAcpiZeroThreadId" + }, + { + "compare_mode": "string", + "log_level": "LOG_LEVEL_MEDIUM", + "tag": "FWTS_TAG_ACPI", "pattern": "Unknown action (0x", "advice": "The ACPI engine was expecting to increment, decrement or delete a reference count but instead was given an uknown action to do instead. This is a bug in the ACPI ACPICA code.", "label": "KlogAcpiRefCountUnknownAction"