[PATCH 20/22] data: klog.json: Add support for the ACPI processor driver
Colin King
colin.king at canonical.com
Fri Nov 2 17:15:30 UTC 2012
From: Colin Ian King <colin.king at canonical.com>
Add support to check for messages in drivers/acpi/processor_driver.c
Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
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",
--
1.7.10.4
More information about the fwts-devel
mailing list