[PATCH] klog.json: Add more missing osl kernel messages to klog database

Ivan Hu ivan.hu at canonical.com
Fri Sep 6 05:27:04 UTC 2024


These messages are specific to the ACPI osl driver.

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

diff --git a/data/klog.json b/data/klog.json
index 1a08a9c6..bea2675e 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -5279,6 +5279,27 @@
    "advice": "The EFI ACPI20 or ACPI RSDP pointers were invalid, so the kernel cannot find any of the ACPI tables.  ACPI support will be disabled.",
    "label": "KlogAcpiEfiRsdpError"
   },
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_HIGH",
+   "pattern": "Cannot map memory that high",
+   "advice": "Get ACPI memory mappings by a given physical address range, the given physicall address range too high over the maxium ULONG_MAX, so it cannot look up the given physical address range in the list of existing ACPI memory mappings.",
+   "label": "KlogAcpiPhysicalAddrInvalid"
+  },
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_HIGH",
+   "pattern": "Unsupported os_execute type",
+   "advice": "The os_execute type is unsupported, so the function cannot be executed by the kernel ACPI OSL driver .",
+   "label": "KlogAcpiOslExecTypeInvalid"
+  },
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_HIGH",
+   "pattern": "Unable to queue work",
+   "advice": "The os_execute function cannot be queued for work by the kernel ACPI OSL driver .",
+   "label": "KlogAcpiOslQueueFail"
+  },
   {
    "compare_mode": "regex",
    "log_level": "LOG_LEVEL_MEDIUM",
-- 
2.34.1




More information about the fwts-devel mailing list