diff mbox series

klog.json: Add some missinig processor_perflib kernel messages to klog database

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

Commit Message

Ivan Hu Oct. 6, 2023, 9:44 a.m. UTC
These messages are specific to the ACPI processor_perflib 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 2ff1915b..e42b3f34 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -3613,6 +3613,20 @@ 
    "advice": "The ACPI driver attempted to get the ACPI battery state but the _BST (Battery Status) failed to evaluate. This is most likely to be a firmware or embedded controller bug. The ACPI battery state cannot be reported to userspace.",
    "label": "KlogAcpiBsrEvalFailed"
   },
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_MEDIUM",
+   "pattern": "Failed to update perflib freq constraint",
+   "advice": "The ACPI driver attempted to update an existing frequency QoS request along with the effective constraint value for the list of requests it belongs to, but failed.",
+   "label": "KlogAcpiUpdateFreqFailed"
+  },
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_MEDIUM",
+   "pattern": "Failed to add freq constraint for CPU",
+   "advice": "The ACPI driver attempted to insert new frequency QoS request into a given list, but failed.",
+   "label": "KlogAcpiInsertFreqFailed"
+  },
   {
    "compare_mode": "string",
    "log_level": "LOG_LEVEL_HIGH",