ACK: [PATCH] klog: data.json: Add klog checking for errors from drivers/acpi/acpica/rsmisc.c
Alex Hung
alex.hung at canonical.com
Mon Jul 25 01:17:56 UTC 2016
On 2016-07-21 09:43 PM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> Add more klog error message checking for the ACPI resource handling
>
> 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 3dc4c86..4efc98f 100644
> --- a/data/klog.json
> +++ b/data/klog.json
> @@ -2,6 +2,27 @@
> "firmware_error_warning_patterns":
> [
> {
> + "compare_mode": "string",
> + "log_level": "LOG_LEVEL_LOW",
> + "pattern": "Misaligned resource pointer (get):",
> + "advice": "The ACPI driver detected a resource pointer that is not naturally aligned to a 32 bit boundary. This has been automatically fixed and should not cause any issues.",
> + "label": "KlogAcpiResourceDescriptorError"
> + },
> + {
> + "compare_mode": "string",
> + "log_level": "LOG_LEVEL_MEDIUM",
> + "pattern": "Invalid interrupt polarity/trigger in resource list",
> + "advice": "The ACPI driver detected invalid interrupt polarity/trigger settings in a resource list. Only active high / edge_sensitive and active_low / level_senstive are allowed, so IRQ flags 0x00 and 0x09 are invalid.",
> + "label": "KlogAcpiResourceDescriptorError"
> + },
> + {
> + "compare_mode": "string",
> + "log_level": "LOG_LEVEL_MEDIUM",
> + "pattern": "Invalid DMA.Transfer preference",
> + "advice": "The ACPI driver detected invalid DMA Transfer preference in a resource list. DMA Transfer preference 0x03 is invalid.",
> + "label": "KlogAcpiResourceDescriptorError"
> + },
> + {
> "compare_mode": "regex",
> "log_level": "LOG_LEVEL_HIGH",
> "pattern": "detected - limiting to C.* max_cstate",
>
Acked-by: Alex Hung <alex.hung at canonical.com>
More information about the fwts-devel
mailing list