diff mbox series

klog.json: Add some missing bus kernel messages to klog database

Message ID 20231030043514.27525-1-ivan.hu@canonical.com
State Accepted
Headers show
Series klog.json: Add some missing bus kernel messages to klog database | expand

Commit Message

Ivan Hu Oct. 30, 2023, 4:35 a.m. UTC
These messages are specific to the ACPI bus 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 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",