[PATCH] data: klog: Remove a duplicate timer BIOS bug check

Keng-Yu Lin kengyu at canonical.com
Tue Dec 18 03:47:11 UTC 2012


On Mon, Dec 17, 2012 at 7:18 PM, Colin King <colin.king at canonical.com> wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> Remove a newer duplicate timer BIOS bug check, the older version
> (much later in the database) has better advice and catches the
> same bug.
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
>  data/klog.json | 8 --------
>  1 file changed, 8 deletions(-)
>
> diff --git a/data/klog.json b/data/klog.json
> index a6a7382..adb0014 100644
> --- a/data/klog.json
> +++ b/data/klog.json
> @@ -146,14 +146,6 @@
>     "label": "KlogAcpiMcfgNotin32BitMemorySpace"
>    },
>    {
> -   "compare_mode": "regex",
> -   "log_level": "LOG_LEVEL_HIGH",
> -   "tag": "FWTS_TAG_BIOS",
> -   "pattern": "MP-BIOS bug.*8254 timer not connected to IO-APIC",
> -   "advice": "The 8254 timer is not connected to an IO-APIC, this is invariably due to a misconfiguration in the BIOS.",
> -   "label": "KlogIoApic8254TimerNotConnected"
> -  },
> -  {
>     "compare_mode": "string",
>     "log_level": "LOG_LEVEL_HIGH",
>     "tag": "FWTS_TAG_ACPI",
> --
> 1.8.0
>
>
Acked-by: Keng-Yu Lin <kengyu at canonical.com>



More information about the fwts-devel mailing list