[PATCH 12/22] data: klog.json: Add support for the ACPI PCI root handler

Colin King colin.king at canonical.com
Fri Nov 2 17:15:22 UTC 2012


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

Add support to check for messages in drivers/acpi/pci_root.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 1e7bd3c..3deef6b 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": "can't evaluate _SEG",
+   "advice": "The _SEG ACPI control could not be evaluated. This will stop certain PCI root bridges from being added and enabled on the computer.",
+   "label": "KlogAcpiSegFailed"
+  },
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_CRITICAL",
+   "tag": "FWTS_TAG_ACPI",
+   "pattern": "can't evaluate _BBN",
+   "advice": "The _BBN ACPI control could not be evaluated. This will stop certain PCI root bridges from being added and enabled on the computer.",
+   "label": "KlogAcpiSegFailed"
+  },
+  {
+   "compare_mode": "regex",
+   "log_level": "LOG_LEVEL_CRITICAL",
+   "tag": "FWTS_TAG_ACPI",
+   "pattern": "Bus .*:.* not present in PCI namespace",
+   "advice": "The bus cound not be found in the PCI namespace. This will stop certain PCI root bridges from being added and enabled on the computer.",
+   "label": "KlogAcpiPciScanFailed"
+  },
+  {
+   "compare_mode": "string",
    "log_level": "LOG_LEVEL_MEDIUM",
    "tag": "FWTS_TAG_ACPI_POWER",
    "pattern": "_DSW execution failed",
-- 
1.7.10.4




More information about the fwts-devel mailing list