[PATCH] klog.json: Add nfit intel messages to klog database

Ivan Hu ivan.hu at canonical.com
Thu Mar 6 08:37:06 UTC 2025


These messages are specific to the ACPI nfit intel driver.

Signed-off-by: Ivan Hu <ivan.hu at canonical.com>
---
 data/klog.json | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/data/klog.json b/data/klog.json
index 060a3610..7fb026aa 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -1065,6 +1065,20 @@
    "advice": "The ACPI NFIT driver encountered a NVDIMM region and its mapping NVDIMM state flags error.",
    "label": "KlogAcpiNfitNVDIMMFlagError"
   },
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_MEDIUM",
+   "pattern": "security state retrieval failed",
+   "advice": "The ACPI NFIT intel driver got a failure in retrieving the security state of an Intel NVDIMM device.",
+   "label": "KlogAcpiNfitStateGetFail"
+  },
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_HIGH",
+   "pattern": "invalid firmware activate state",
+   "advice": "The ACPI NFIT intel driver encountered the firmware has reported an unexpected or unsupported activation state.",
+   "label": "KlogAcpiNfitStateInvalid"
+  },
   {
    "compare_mode": "string",
    "log_level": "LOG_LEVEL_MEDIUM",
-- 
2.34.1




More information about the fwts-devel mailing list