[PATCH] klog.json: Add the missing exreqion error message to klog database

Ivan Hu ivan.hu at canonical.com
Thu Sep 12 01:34:12 UTC 2024


These messages are specific to the ACPI exreqion 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 35c8f57c..5c7e3b62 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -3865,6 +3865,13 @@
    "advice": "The ACPI interpreter was requested to read or write to a memory region via a memory space handler but the requested field width was invalid. It expected a field with of 8, 16, 32 or 64 bits.  This is most probably an AML opregion bug.",
    "label": "KlogAcpiOpRegionInvalidSystemMemoryWidth"
   },
+  {
+   "compare_mode": "regex",
+   "log_level": "LOG_LEVEL_HIGH",
+   "pattern": "Unable to save memory mapping at 0x.*, size",
+   "advice": "The ACPI interpreter was requested to read or write to a memory region via a memory space handler but cannot to create a new mappings list entry due  to allocate memory fail.",
+   "label": "KlogAcpiAllocMemfail"
+  },
   {
    "compare_mode": "regex",
    "log_level": "LOG_LEVEL_HIGH",
-- 
2.34.1




More information about the fwts-devel mailing list