[PATCH] klog.json: Add the missing fan_core memory error message to klog database
Ivan Hu
ivan.hu at canonical.com
Fri Sep 6 05:27:06 UTC 2024
These messages are specific to the ACPI fan_core 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 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",
--
2.34.1
More information about the fwts-devel
mailing list