[PATCH 2/9] data: klog.json: Add ACPI video notify handler remove check

Colin King colin.king at canonical.com
Tue May 14 14:00:24 UTC 2013


From: Colin Ian King <colin.king at canonical.com>

Check for ACPI video notify handler removal failure message.

Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
 data/klog.json | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/data/klog.json b/data/klog.json
index 44d5a9c..552b030 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -85,6 +85,14 @@
     "compare_mode": "string",
     "log_level": "LOG_LEVEL_HIGH",
     "tag": "FWTS_TAG_ACPI",
+    "pattern": "Can't remove video notify handler",
+    "advice": "Failed to remove a notify handler for the ACPI video driver. This is most probably an internal kernel issue.",
+    "label": "KlogAcpiNotifyHandlerRemoveFailed"
+  },
+  {
+    "compare_mode": "string",
+    "log_level": "LOG_LEVEL_HIGH",
+    "tag": "FWTS_TAG_ACPI",
     "pattern": "Could not register bus type",
     "advice": "The ACPI driver failed to register the ACPI buse type.  This is not deemed to be fatal, but it is a kernel error that should be investigated. See acpi_scan_init().",
     "label": "KlogAcpiScanBusTypeRegisterFailed"
-- 
1.8.1.2




More information about the fwts-devel mailing list