[PATCH 4/6] klog.json: Add some missing sleep kernel messages to klog database
Ivan Hu
ivan.hu at canonical.com
Fri Sep 8 08:26:08 UTC 2023
These messages are specific to the ACPI sleep 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 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",
--
2.34.1
More information about the fwts-devel
mailing list