diff mbox series

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

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

Commit Message

Ivan Hu Sept. 12, 2024, 1:34 a.m. UTC
These messages are specific to the ACPI exstore 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 56c2b41c..50ca7c1e 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -2773,6 +2773,13 @@ 
     "advice": "A request to transfer a system into legacy BIOS mode has failed. This could be because the ACPI FADT does not have SMI_CMD defined, or that the FADT ACPI_ENABLE and ACPI_DISABLE flags are both zero, or a SMI command failed to work.",
     "label": "KlogAcpiAcpiModeToLegacyModeFailed"
   },
+  {
+    "compare_mode": "string",
+    "log_level": "LOG_LEVEL_HIGH",
+    "pattern": "Null parameter",
+    "advice": "An attempt to store an ACPI value into a location failed because the null parameters found. See acpi_ex_store().",
+    "label": "KlogAcpiNullParameter"
+  },
   {
     "compare_mode": "string",
     "log_level": "LOG_LEVEL_HIGH",