ACK: [PATCH 6/6] data: klog.json: ACPICA ACPI_ERROR messages
Alex Hung
alex.hung at canonical.com
Thu Nov 22 02:15:26 UTC 2012
On 11/15/2012 06:56 PM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> ACPICA ACPI_ERROR messages from psloop.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 90a5647..ace4fec 100644
> --- a/data/klog.json
> +++ b/data/klog.json
> @@ -205,6 +205,14 @@
> "label": "KlogAcpiUnknownAmlOpcode"
> },
> {
> + "compare_mode": "regex",
> + "log_level": "LOG_LEVEL_HIGH",
> + "tag": "FWTS_TAG_ACPI",
> + "pattern": "Found unknown opcode .* at AML address .* offset",
> + "advice": "ACPI execution run time error: The ACPI interpreter has reached an opcode that is unknown, this normally is a bug in the underlying AML code either because of badly written AML code or the compiler has produced code that is incorrect or the ACPI interpreter does not support this valid opcode. ",
> + "label": "KlogAcpiUnknownAmlOpcode"
> + },
> + {
> "compare_mode": "string",
> "log_level": "LOG_LEVEL_MEDIUM",
> "tag": "FWTS_TAG_ACPI",
>
Acked-by: Alex Hung <alex.hung at canonical.com>
More information about the fwts-devel
mailing list