diff mbox series

klog.json: Add the missing fan_core memory error message to klog database

Message ID 20240906052706.7095-3-ivan.hu@canonical.com
State Accepted
Headers show
Series klog.json: Add the missing fan_core memory error message to klog database | expand

Commit Message

Ivan Hu Sept. 6, 2024, 5:27 a.m. UTC
These messages are specific to the ACPI fan_core 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 bab54934..16c6d333 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -1653,6 +1653,13 @@ 
    "advice": "ACPI could not evaluate the fan device information via the _FPS object, the returned object was not an ACPI package as expected.",
    "label": "KlogAcpiGetFanDevInfo"
   },
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_HIGH",
+   "pattern": "Not enough memory",
+   "advice": "ACPI could not allocate memory for the _FPS object, the memory allocation failed due to insufficient resources.",
+   "label": "KlogAcpiNotEnoughMem"
+  },
   {
    "compare_mode": "string",
    "log_level": "LOG_LEVEL_HIGH",