ACK: [PATCH] klog.json: Add BERT driver errors to the klog database
Alex Hung
alex.hung at canonical.com
Wed Jan 18 00:20:03 UTC 2017
On 01/17/2017 11:34 PM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> This covers most of the useful error/warnings from the current BERT driver.
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
> data/klog.json | 21 +++++++++++++++++++++
> 1 file changed, 21 insertions(+)
>
> diff --git a/data/klog.json b/data/klog.json
> index 75df4d9..75d3761 100644
> --- a/data/klog.json
> +++ b/data/klog.json
> @@ -3,6 +3,27 @@
> [
> {
> "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",
> + },
> + {
> + "compare_mode": "string",
> + "log_level": "LOG_LEVEL_MEDIUM",
> + "pattern": "Truncated status block",
> + "advice": "The ACPI Boot Error Record Table (BERT) driver found a status block that was truncated and so it cannot print it.",
> + "label": "KlogAcpiBertShortStatusBlock",
> + },
> + {
> + "compare_mode": "string",
> + "log_level": "LOG_LEVEL_MEDIUM",
> + "pattern": "Can't request iomem region",
> + "advice": "The ACPI Boot Error Record Table (BERT) driver could not request the bert table data and cannot dump the boot error records.",
> + "label": "KlogAcpiBertIoMemRegionRequestFailed",
> + },
> + {
> + "compare_mode": "string",
> "log_level": "LOG_LEVEL_HIGH",
> "pattern": "Firmware does not respond in time",
> "advice": "The ACPI Error Injection (EINJ) driver attempted to inject an error however the firmware took longer than expected to respond and a time-out occurred.",
>
Acked-by: Alex Hung <alex.hung at canonical.com>
More information about the fwts-devel
mailing list