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

Alex Hung alex.hung at canonical.com
Thu Nov 22 02:14:41 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 exsystem.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 98f67c4..1420105 100644
> --- a/data/klog.json
> +++ b/data/klog.json
> @@ -79,6 +79,14 @@
>     {
>      "compare_mode": "string",
>      "log_level": "LOG_LEVEL_HIGH",
> +   "tag": "FWTS_TAG_ACPI",
> +   "pattern": "Time parameter is too large",
> +   "advice": "ACPI Stall() op was requested to wait for more than 255 usec.  The ACPI specification states that the maximum should be 100 usec but to accommodate some firmware a maximum of 255 is supported by the kernel.",
> +   "label": "KlogAcpiStallTooLarge"
> +  },
> +  {
> +   "compare_mode": "string",
> +   "log_level": "LOG_LEVEL_HIGH",
>      "tag": "FWTS_TAG_ACPI_BRIGHTNESS",
>      "pattern": "Evaluating _BCM failed",
>      "advice": "Could not set the brightness level, the ACPI control _BCM failed to execute correctly.",
>
Acked-by: Alex Hung <alex.hung at canonical.com>



More information about the fwts-devel mailing list