diff mbox series

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

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

Commit Message

Ivan Hu Oct. 24, 2023, 5:40 a.m. UTC
These messages are specific to the acpica evmisc driver.

Signed-off-by: Ivan Hu <ivan.hu@canonical.com>
---
 data/klog.json | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
diff mbox series

Patch

diff --git a/data/klog.json b/data/klog.json
index ba563d95..9414631b 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -2486,6 +2486,20 @@ 
     "advice": "The ACPI Global Lock Handler could not be removed. See acpi_ev_terminate().",
     "label": "KlogAcpiGlobalLockHandlerRemoveFailed"
   },
+  {
+    "compare_mode": "string",
+    "log_level": "LOG_LEVEL_HIGH",
+    "pattern": "Could not disable GPEs in GPE block",
+    "advice": "The ACPI GPEs could not be disabled. See acpi_ev_terminate().",
+    "label": "KlogAcpiGPEsDisableFailed"
+  },
+  {
+    "compare_mode": "string",
+    "log_level": "LOG_LEVEL_LOW",
+    "pattern": "Could not delete GPE handlers",
+    "advice": "The ACPI GPE handlers could not be deleted. See acpi_ev_terminate().",
+    "label": "KlogAcpiGPEHandlersDeletedFailed"
+  },
   {
     "compare_mode": "string",
     "log_level": "LOG_LEVEL_HIGH",