diff mbox series

klog.json: Add more missing acpi pcc kernel messages to klog database

Message ID 20240906052706.7095-2-ivan.hu@canonical.com
State Accepted
Headers show
Series klog.json: Add more missing acpi pcc kernel messages to klog database | expand

Commit Message

ivanhu Sept. 6, 2024, 5:27 a.m. UTC
These messages are specific to the ACPI pcc driver.

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

Patch

diff --git a/data/klog.json b/data/klog.json
index bea2675e..7ffc7026 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -1219,6 +1219,34 @@ 
    "advice": "The PCC mailbox controller could not parse the ACPI Platform Communications Channel Table (PCCT) and find the PCC subspace communication region. The CPU freq driver cannot control CPU performance via the _CPC ACPI tables.",
    "label": "KlogAcpiPccNoSubspace"
   },
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_HIGH",
+   "pattern": "Failed to find PCC channel for subspace",
+   "advice": "The ACPI PCC driver failed to find PCC channel for subspace, so it cannot get the details of communicating with the remote by calling the pcc_mbox_request_channel.",
+   "label": "KlogAcpiPCCSubspaceNotFound"
+  },
+  {
+   "compare_mode": "regex",
+   "log_level": "LOG_LEVEL_HIGH",
+   "pattern": "This channel-.* does not support interrupt",
+   "advice": "The requested PCC channel for subspace was found not support interrupt, so the requested channel gets free by the ACPI PCC driver.",
+   "label": "KlogAcpiPCCInterruptNoSupport"
+  },
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_HIGH",
+   "pattern": "PCC command executed timeout!",
+   "advice": "The ACPI PCC driver gets the timeout for execute PCC command by the handler.",
+   "label": "KlogAcpiPCCExecCmdTimeout"
+  },
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_HIGH",
+   "pattern": "OperationRegion handler could not be installed",
+   "advice": "TThe ACPI driver could not be initialized, the installation of the space handler failed.",
+   "label": "KlogAcpiOPRegInitFailed"
+  },
   {
    "compare_mode": "string",
    "log_level": "LOG_LEVEL_HIGH",