From patchwork Fri Nov 2 17:15:30 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [20/22] data: klog.json: Add support for the ACPI processor driver From: Colin King X-Patchwork-Id: 196620 Message-Id: <1351876532-21869-21-git-send-email-colin.king@canonical.com> To: fwts-devel@lists.ubuntu.com Date: Fri, 2 Nov 2012 17:15:30 +0000 From: Colin Ian King Add support to check for messages in drivers/acpi/processor_driver.c Signed-off-by: Colin Ian King Acked-by: Keng-Yu Lin Acked-by: Alex Hung --- data/klog.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/data/klog.json b/data/klog.json index 8782051..47c788e 100644 --- a/data/klog.json +++ b/data/klog.json @@ -78,6 +78,30 @@ [ { "compare_mode": "string", + "log_level": "LOG_LEVEL_CRITICAL", + "tag": "FWTS_TAG_ACPI", + "pattern": "Evaluating processor object", + "advice": "An error occurred evaluating the ACPI Processor() object, ACPI CPU control for this CPU broken.", + "label": "KlogAcpiProcessorFailed" + }, + { + "compare_mode": "string", + "log_level": "LOG_LEVEL_CRITICAL", + "tag": "FWTS_TAG_ACPI", + "pattern": "Evaluating processor _UID", + "advice": "An error occurred evaluating an ACPI CPU _UID, ACPI CPU control for this CPU is broken.", + "label": "KlogAcpiProcessorBadUid" + }, + { + "compare_mode": "string", + "log_level": "LOG_LEVEL_HIGH", + "tag": "FWTS_TAG_ACPI", + "pattern": "Invalid PBLK length", + "advice": "The Processor Register Block data is not the expected size, ACPI control of this CPU will not occur.", + "label": "KlogAcpiProcessorPblkBad" + }, + { + "compare_mode": "string", "log_level": "LOG_LEVEL_HIGH", "tag": "FWTS_TAG_ACPI", "pattern": "Invalid _PSS data",