ACK: [PATCH] klog: data.json: Add klog checking for errors from drivers/acpi/pci_root.c
Alex Hung
alex.hung at canonical.com
Mon Jul 11 02:57:06 UTC 2016
On 2016-07-07 09:35 PM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> Add more klog error message checking for ACPI PCI root kernel messages
>
> 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 ab8a90e..ca4d081 100644
> --- a/data/klog.json
> +++ b/data/klog.json
> @@ -2,6 +2,20 @@
> "firmware_error_warning_patterns":
> [
> {
> + "compare_mode": "string",
> + "log_level": "LOG_LEVEL_LOW",
> + "pattern": "no secondary bus range in _CRS",
> + "advice": "ACPI evaluated a _CRS (Current Resource Setting) object to determine the start and end of of a PCI downsteam bus range and did not find the end address, so an end address of 0xff is being assumed",
> + "label": "KlogAcpiPciCrsNoEndAddr"
> + },
> + {
> + "compare_mode": "string",
> + "log_level": "LOG_LEVEL_MEDIUM",
> + "pattern": "failed to parse _CRS method, error code",
> + "advice": "ACPI tried to evaluateda _CRS (Current Resource Setting) object to determine PCI root resources, but the _CRS object could not be parsed.",
> + "label": "KlogAcpiPciCrsParseError"
> + },
> + {
> "compare_mode": "regex",
> "log_level": "LOG_LEVEL_HIGH",
> "pattern": "found a zero length table .* parsing nfit",
>
Acked-by: Alex Hung <alex.hung at canonical.com>
More information about the fwts-devel
mailing list