[PATCH] klog.json: Add some missing bus kernel messages to klog database
Ivan Hu
ivan.hu at canonical.com
Mon Oct 30 04:35:14 UTC 2023
These messages are specific to the ACPI bus 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 80913662..9e6bd9d7 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -5153,6 +5153,13 @@
"advice": "The ACPI objects failed to initialize and so ACPI support with be disabled.",
"label": "KlogAcpiObjectsFailed"
},
+ {
+ "compare_mode": "string",
+ "log_level": "LOG_LEVEL_CRITICAL",
+ "pattern": "Unable to register for system notifications",
+ "advice": "The ACPI system nofifications failed to register and so ACPI support with be disabled.",
+ "label": "KlogAcpiSysNotificationsRegFailed"
+ },
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
--
2.34.1
More information about the fwts-devel
mailing list