[PATCH] klog.json: Add the missing exstore error message to klog database
Ivan Hu
ivan.hu at canonical.com
Thu Sep 12 01:34:07 UTC 2024
These messages are specific to the ACPI exstore 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 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",
--
2.34.1
More information about the fwts-devel
mailing list