[PATCH 5/6] klog.json: Add some missing amba kernel messages to klog database

Ivan Hu ivan.hu at canonical.com
Fri Sep 8 08:26:09 UTC 2023


These messages are specific to the ACPI arm64 amba driver.

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

diff --git a/data/klog.json b/data/klog.json
index 2bb6625e..572f25ef 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -470,6 +470,13 @@
    "advice": "An error occurred when attempting to allocate an ACPI ARM AMBA device, the device allocation failed and the device has not enabled.",
    "label": "KlogAcpiAmbaDevAllocFailed",
   },
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_MEDIUM",
+   "pattern": "Invalid resource",
+   "advice": "Got an invalid resource for an ACPI ARM AMBA device, neither IORESOURCE_MEM nor IORESOURCE_IRQ.",
+   "label": "KlogAcpiAmbaDevAllocFailed",
+  },
   {
    "compare_mode": "string",
    "log_level": "LOG_LEVEL_MEDIUM",
-- 
2.34.1




More information about the fwts-devel mailing list