[PATCH] klog.json: Add the missing srat error message to klog database
Ivan Hu
ivan.hu at canonical.com
Wed Sep 11 02:09:34 UTC 2024
These messages are specific to the ACPI srat 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 26411978..a377fd66 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -890,6 +890,13 @@
"advice": "The ACPI NUMA driver failed to mark a NUMA memory plug as hotpluggable.",
"label": "KlogAcpiNumaMemblkHotplugFailure",
},
+ {
+ "compare_mode": "string",
+ "log_level": "LOG_LEVEL_HIGH",
+ "pattern": "ACPI NUMA: Too many proximity domains while processing CFMWS",
+ "advice": "The ACPI NUMA driver failed to map the pxm to the node while processing CFMWS.",
+ "label": "KlogAcpiMapNodeFail",
+ },
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
--
2.34.1
More information about the fwts-devel
mailing list