[PATCH 17/22] data: klog.json: Add support for the ACPI glue code
Colin King
colin.king at canonical.com
Fri Nov 2 17:15:27 UTC 2012
From: Colin Ian King <colin.king at canonical.com>
Add support to check for messages in drivers/acpi/glue.c
Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
data/klog.json | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/data/klog.json b/data/klog.json
index 4abb0fb..bca1821 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -78,6 +78,22 @@
[
{
"compare_mode": "string",
+ "log_level": "LOG_LEVEL_HIGH",
+ "tag": "FWTS_TAG_ACPI",
+ "pattern": "Oops, 'acpi_handle' corrupt",
+ "advice": "Failed to unbind a device, the ACPI handle was corrupt.",
+ "label": "KlogAcpiHandleCorrupt"
+ },
+ {
+ "compare_mode": "string",
+ "log_level": "LOG_LEVEL_MEDIUM",
+ "tag": "FWTS_TAG_ACPI",
+ "pattern": "Can't use platform_notify",
+ "advice": "Cannot add the ACPI platform notifiers, they are already registered. This should not happen.",
+ "label": "KlogAcpiPlatformNotify"
+ },
+ {
+ "compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"tag": "FWTS_TAG_ACPI",
"pattern": "memory_hp:Error in acpi_memory_enable_device",
--
1.7.10.4
More information about the fwts-devel
mailing list