[PATCH] klog.json: Add some missing agdi kernel messages to klog database

Ivan Hu ivan.hu at canonical.com
Fri Aug 16 03:20:03 UTC 2024


These messages are specific to the ACPI agdi driver.

Signed-off-by: Ivan Hu <ivan.hu at canonical.com>
---
 data/klog.json | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/data/klog.json b/data/klog.json
index 8c5eed1f..d0e01688 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -631,6 +631,34 @@
    "advice": "An ACPI thermal zone control has been updated and an ACPI thermal zone has been disabled",
    "label": "KlogAcpiThermalZoneDisabled",
   },
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_MEDIUM",
+   "pattern": "Failed to register for SDEI event",
+   "advice": "The ACPI Arm Generic Diagnostic Device Interface (AGDI) driver failed to register the SDEI event.",
+   "label": "KlogAcpiAgdiEventRegFailed",
+  },
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_MEDIUM",
+   "pattern": "Failed to enable event",
+   "advice": "The ACPI Arm Generic Diagnostic Device Interface (AGDI) driver failed to enable the SDEI event.",
+   "label": "KlogAcpiAgdiEventEnableFailed",
+  },
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_MEDIUM",
+   "pattern": "Failed to disable sdei-event",
+   "advice": "The ACPI Arm Generic Diagnostic Device Interface (AGDI) driver failed to disable the SDEI event.",
+   "label": "KlogAcpiAgdiEventDisableFailed",
+  },
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_MEDIUM",
+   "pattern": "Failed to unregister sdei-event",
+   "advice": "The ACPI Arm Generic Diagnostic Device Interface (AGDI) driver failed to unregister the SDEI event.",
+   "label": "KlogAcpiAgdiEventUnregFailed",
+  },
   {
    "compare_mode": "string",
    "log_level": "LOG_LEVEL_HIGH",
-- 
2.34.1




More information about the fwts-devel mailing list