diff mbox series

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

Message ID 20240912013413.233034-8-ivan.hu@canonical.com
State Accepted
Headers show
Series klog.json: Add the missing exreqion error message to klog database | expand

Commit Message

Ivan Hu Sept. 12, 2024, 1:34 a.m. UTC
These messages are specific to the ACPI exreqion driver.

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

Patch

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",