[PATCH 4/9] data: klog.json: Add check for ACPI region field type error

Keng-Yu Lin kengyu at canonical.com
Mon May 20 08:25:37 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>
>
> 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 38e2dba..ea7f036 100644
> --- a/data/klog.json
> +++ b/data/klog.json
> @@ -1010,6 +1010,14 @@
>      "label": "KlogAcpiUtCopyBadType"
>    },
>    {
> +    "compare_mode": "string",
> +    "log_level": "LOG_LEVEL_HIGH",
> +    "tag": "FWTS_TAG_ACPI",
> +    "pattern": "Needed Region, found type 0x",
> +    "advice": "An ACPI object type did not match the expected type, expected an ACPI Region type.",
> +    "label": "KlogAcpiCheckObjectTypeFailed"
> +  },
> +  {
>      "compare_mode": "regex",
>      "log_level": "LOG_LEVEL_HIGH",
>      "tag": "FWTS_TAG_ACPI",
> --
> 1.8.1.2
>

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



More information about the fwts-devel mailing list