[PATCH 9/9] data: klog.json: Bit offset pattern should be a regex not a string match

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


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

Fix bug where we were scanning for a string rather than a regex pattern

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

diff --git a/data/klog.json b/data/klog.json
index 4b56f04..b50449f 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -1170,7 +1170,7 @@
     "label": "KlogAcpiAttachNullObjectBadType"
   },
   {
-    "compare_mode": "string",
+    "compare_mode": "regex",
     "log_level": "LOG_LEVEL_HIGH",
     "tag": "FWTS_TAG_ACPI",
     "pattern": "Bit offset within field too large.*0xFFFFFFFF",
-- 
1.8.1.2




More information about the fwts-devel mailing list