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

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


These messages are specific to the ACPI apei ghes driver.

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

diff --git a/data/klog.json b/data/klog.json
index d0e01688..a6debc96 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -498,6 +498,20 @@
    "advice": "The ACPI Error Record Serialization (ERST) driver attempted to allocate some bytes for the ERST persistent store error log but failed.",
    "label": "KlogAcpiErstFailedMemAllocate",
   },
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_LOW",
+   "pattern": "Failed to map GSI to IRQ for generic hardware error source",
+   "advice": "The ACPI Generic Hardware Error Source (GHES) driver attempted to map GSI to IRQ but failed.",
+   "label": "KlogAcpiGhesFailedMapIrq",
+  },
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_LOW",
+   "pattern": "Failed to register IRQ for generic hardware error source",
+   "advice": "The ACPI Generic Hardware Error Source (GHES) driver attempted to register IRQ but failed.",
+   "label": "KlogAcpiGhesFailedRegisterIrq",
+  },
   {
    "compare_mode": "regex",
    "log_level": "LOG_LEVEL_HIGH",
-- 
2.34.1




More information about the fwts-devel mailing list