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

Keng-Yu Lin kengyu at canonical.com
Mon May 20 08:34:20 UTC 2013


On Tue, May 14, 2013 at 10:00 PM, Colin King <colin.king at canonical.com> 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",
> --
> 1.8.1.2
>

Acked-by: Keng-Yu Lin <kengyu at canonical.com>



More information about the fwts-devel mailing list