diff mbox series

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

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

Commit Message

Ivan Hu Sept. 11, 2024, 2:09 a.m. UTC
These messages are specific to the ACPI srat 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 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",