ACK: [PATCH 20/22] data: klog.json: Add support for the ACPI processor driver

Alex Hung alex.hung at canonical.com
Wed Nov 21 02:59:34 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/processor_driver.c
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
>   data/klog.json |   24 ++++++++++++++++++++++++
>   1 file changed, 24 insertions(+)
>
> diff --git a/data/klog.json b/data/klog.json
> index 8782051..47c788e 100644
> --- a/data/klog.json
> +++ b/data/klog.json
> @@ -78,6 +78,30 @@
>    [
>     {
>      "compare_mode": "string",
> +   "log_level": "LOG_LEVEL_CRITICAL",
> +   "tag": "FWTS_TAG_ACPI",
> +   "pattern": "Evaluating processor object",
> +   "advice": "An error occurred evaluating the ACPI Processor() object, ACPI CPU control for this CPU broken.",
> +   "label": "KlogAcpiProcessorFailed"
> +  },
> +  {
> +   "compare_mode": "string",
> +   "log_level": "LOG_LEVEL_CRITICAL",
> +   "tag": "FWTS_TAG_ACPI",
> +   "pattern": "Evaluating processor _UID",
> +   "advice": "An error occurred evaluating an ACPI CPU _UID, ACPI CPU control for this CPU is broken.",
> +   "label": "KlogAcpiProcessorBadUid"
> +  },
> +  {
> +   "compare_mode": "string",
> +   "log_level": "LOG_LEVEL_HIGH",
> +   "tag": "FWTS_TAG_ACPI",
> +   "pattern": "Invalid PBLK length",
> +   "advice": "The Processor Register Block data is not the expected size, ACPI control of this CPU will not occur.",
> +   "label": "KlogAcpiProcessorPblkBad"
> +  },
> +  {
> +   "compare_mode": "string",
>      "log_level": "LOG_LEVEL_HIGH",
>      "tag": "FWTS_TAG_ACPI",
>      "pattern": "Invalid _PSS data",
>
Acked-by: Alex Hung <alex.hung at canonical.com>



More information about the fwts-devel mailing list