ACK: [PATCH 17/22] data: klog.json: Add support for the ACPI glue code
Alex Hung
alex.hung at canonical.com
Wed Nov 21 02:58:56 UTC 2012
On 11/03/2012 01:15 AM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> Add support to check for messages in drivers/acpi/glue.c
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
> data/klog.json | 16 ++++++++++++++++
> 1 file changed, 16 insertions(+)
>
> diff --git a/data/klog.json b/data/klog.json
> index 4abb0fb..bca1821 100644
> --- a/data/klog.json
> +++ b/data/klog.json
> @@ -78,6 +78,22 @@
> [
> {
> "compare_mode": "string",
> + "log_level": "LOG_LEVEL_HIGH",
> + "tag": "FWTS_TAG_ACPI",
> + "pattern": "Oops, 'acpi_handle' corrupt",
> + "advice": "Failed to unbind a device, the ACPI handle was corrupt.",
> + "label": "KlogAcpiHandleCorrupt"
> + },
> + {
> + "compare_mode": "string",
> + "log_level": "LOG_LEVEL_MEDIUM",
> + "tag": "FWTS_TAG_ACPI",
> + "pattern": "Can't use platform_notify",
> + "advice": "Cannot add the ACPI platform notifiers, they are already registered. This should not happen.",
> + "label": "KlogAcpiPlatformNotify"
> + },
> + {
> + "compare_mode": "string",
> "log_level": "LOG_LEVEL_MEDIUM",
> "tag": "FWTS_TAG_ACPI",
> "pattern": "memory_hp:Error in acpi_memory_enable_device",
>
Acked-by: Alex Hung <alex.hung at canonical.com>
More information about the fwts-devel
mailing list