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

Colin King colin.king at canonical.com
Thu Jul 7 12:40:36 UTC 2016


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"
-- 
2.8.1




More information about the fwts-devel mailing list