diff mbox series

[4/6] klog.json: Add some missing sleep kernel messages to klog database

Message ID 20230908082610.23734-2-ivan.hu@canonical.com
State Accepted
Headers show
Series [1/6] klog.json: Add some missing ACPI memory hotplug kernel messages to klog database | expand

Commit Message

Ivan Hu Sept. 8, 2023, 8:26 a.m. UTC
These messages are specific to the ACPI sleep 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 902a6cff..2bb6625e 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -841,6 +841,13 @@ 
    "advice": "The ACPI driver could not put the machine into the desired sleep state because the sleep state is not supported.",
    "label": "KlogAcpiSleepStateNoSupport"
   },
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_HIGH",
+   "pattern": "Warning: Failed to enable wakeup from IRQ",
+   "advice": "The ACPI driver could not set the wakeup mode enabled which can let this IRQ wake the system from sleep.",
+   "label": "KlogAcpiEnableWakeupIRQFail"
+  },
   {
    "compare_mode": "string",
    "log_level": "LOG_LEVEL_HIGH",