ACK: [PATCH] klog.json: Add BIOS32 related errors to the klog database
Alex Hung
alex.hung at canonical.com
Wed Jan 18 00:20:21 UTC 2017
On 01/17/2017 11:59 PM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
> data/klog.json | 14 ++++++++++++++
> 1 file changed, 14 insertions(+)
>
> diff --git a/data/klog.json b/data/klog.json
> index 75d3761..1f81444 100644
> --- a/data/klog.json
> +++ b/data/klog.json
> @@ -4,6 +4,20 @@
> {
> "compare_mode": "string",
> "log_level": "LOG_LEVEL_MEDIUM",
> + "pattern": "PCI: unsupported BIOS32 revision",
> + "advice": "The Linux kernel currently only supports BIOS32 revision 0 and is ignoring an unsupported BIOS32 service directory structure.",
> + "label": "KlogBios32UnsupportedRevision",
> + },
> + {
> + "compare_mode": "string",
> + "log_level": "LOG_LEVEL_MEDIUM",
> + "pattern": "PCI: BIOS32 entry .* in high memory, cannot use",
> + "advice": "The BIOS32 service directory structure in located in high memory at or above address 0x100000 and cannot use this.",
> + "label": "KlogBios32InHighMemory",
> + },
> + {
> + "compare_mode": "string",
> + "log_level": "LOG_LEVEL_MEDIUM",
> "pattern": "Invalid error record",
> "advice": "The ACPI Boot Error Record Table (BERT) driver contained a record that was truncated and so it cannot print it.",
> "label": "KlogAcpiBertShortErrorRecord",
>
Acked-by: Alex Hung <alex.hung at canonical.com>
More information about the fwts-devel
mailing list