ACK: [PATCH 12/22] data: klog.json: Add support for the ACPI PCI root handler

Alex Hung alex.hung at canonical.com
Wed Nov 21 02:57:28 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/pci_root.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 1e7bd3c..3deef6b 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": "can't evaluate _SEG",
> +   "advice": "The _SEG ACPI control could not be evaluated. This will stop certain PCI root bridges from being added and enabled on the computer.",
> +   "label": "KlogAcpiSegFailed"
> +  },
> +  {
> +   "compare_mode": "string",
> +   "log_level": "LOG_LEVEL_CRITICAL",
> +   "tag": "FWTS_TAG_ACPI",
> +   "pattern": "can't evaluate _BBN",
> +   "advice": "The _BBN ACPI control could not be evaluated. This will stop certain PCI root bridges from being added and enabled on the computer.",
> +   "label": "KlogAcpiSegFailed"
> +  },
> +  {
> +   "compare_mode": "regex",
> +   "log_level": "LOG_LEVEL_CRITICAL",
> +   "tag": "FWTS_TAG_ACPI",
> +   "pattern": "Bus .*:.* not present in PCI namespace",
> +   "advice": "The bus cound not be found in the PCI namespace. This will stop certain PCI root bridges from being added and enabled on the computer.",
> +   "label": "KlogAcpiPciScanFailed"
> +  },
> +  {
> +   "compare_mode": "string",
>      "log_level": "LOG_LEVEL_MEDIUM",
>      "tag": "FWTS_TAG_ACPI_POWER",
>      "pattern": "_DSW execution failed",
>
Acked-by: Alex Hung <alex.hung at canonical.com>



More information about the fwts-devel mailing list