ACK: [PATCH] klog: data.json: Add klog checking for errors from drivers/acpi/acpi_cmos_rtc.c

ivanhu ivan.hu at canonical.com
Tue Jul 12 09:05:29 UTC 2016



On 2016年07月07日 20:40, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> Add more klog error message checking for ACPI CMOS RTC 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 7549f9b..28ab84b 100644
> --- a/data/klog.json
> +++ b/data/klog.json
> @@ -4,6 +4,20 @@
>     {
>      "compare_mode": "string",
>      "log_level": "LOG_LEVEL_HIGH",
> +   "pattern": "Error installing CMOS-RTC region handler",
> +   "advice": "The ACPI CMOS Real Time Clock (RTC) driver could not install a CMOS address space region handler (this allows CMOS read/writes). This failure has caused the ACPI CMOS RTC functionality to fail",
> +   "label": "KlogAcpiCmosRtcHandler"
> +  },
> +  {
> +   "compare_mode": "string",
> +   "log_level": "LOG_LEVEL_HIGH",
> +   "pattern": "Error removing CMOS-RTC region handler",
> +   "advice": "The ACPI CMOS Real Time Clock (RTC) driver could not remove a CMOS address space region handler",
> +   "label": "KlogAcpiCmosRtcHandler"
> +  },
> +  {
> +   "compare_mode": "string",
> +   "log_level": "LOG_LEVEL_HIGH",
>      "pattern": "SRAT: SRAT not used",
>      "advice": "The NUMA affinity configuration could not be determined because of errors in the ACPI SRAT table",
>      "label": "KlogAcpiSratNotUsed"

Acked-by: Ivan Hu <ivan.hu at canonical.com>



More information about the fwts-devel mailing list