ACK: [PATCH 9/9] data: klog.json: Bit offset pattern should be a regex not a string match
Alex Hung
alex.hung at canonical.com
Tue May 21 06:09:12 UTC 2013
On 05/14/2013 10:00 PM, Colin King wrote:
> 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",
>
Acked-by: Alex Hung <alex.hung at canonical.com>
More information about the fwts-devel
mailing list