[PATCH 2/4] data: klog.json: ACPICA ACPI_ERROR messages

Keng-Yu Lin kengyu at canonical.com
Thu Nov 22 05:58:12 UTC 2012


On Fri, Nov 16, 2012 at 4:27 PM, Colin King <colin.king at canonical.com> wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> ACPICA ACPI_ERROR messages from utdelete.c
>
> 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 a175f93..b2e7af5 100644
> --- a/data/klog.json
> +++ b/data/klog.json
> @@ -80,6 +80,14 @@
>     "compare_mode": "string",
>     "log_level": "LOG_LEVEL_MEDIUM",
>     "tag": "FWTS_TAG_ACPI",
> +   "pattern": "Unknown action (0x",
> +   "advice": "The ACPI engine was expecting to increment, decrement or delete a reference count but instead was given an uknown action to do instead.  This is a bug in the ACPI ACPICA code.",
> +   "label": "KlogAcpiRefCountUnknownAction"
> +  },
> +  {
> +   "compare_mode": "string",
> +   "log_level": "LOG_LEVEL_MEDIUM",
> +   "tag": "FWTS_TAG_ACPI",
>     "pattern": "Null Op",
>     "advice": "The ACPI interpreter found a NULL parse opcode and didn't expect to. See acpi_ds_delete_result_if_not_used() or acpi_ds_is_result_used().",
>     "label": "KlogAcpiNullOp"
> --
> 1.7.10.4
>
Acked-by: Keng-Yu Lin <kengyu at canonical.com>



More information about the fwts-devel mailing list