diff mbox series

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

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

Commit Message

Ivan Hu Oct. 27, 2023, 2:43 a.m. UTC
These messages are specific to the ACPICA rslist 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 27611e28..709efee4 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -3550,6 +3550,13 @@ 
    "advice": "The ACPI driver could not convert an AML resource to an internal representation of the resource that is aligned and easier to access. This is most likely to be because their is an unrecognised ACPI resource op-code.  See acpi_rs_convert_aml_to_resource() for details.",
    "label": "KlogAcpiAmlResourceConvertFailed"
   },
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_HIGH",
+   "pattern": "Zero-length resource returned from RsConvertAmlToResource",
+   "advice": "The ACPI driver convert an AML resource to an internal representation of the resource that is aligned and easier to access but got zero length returned. See acpi_rs_convert_aml_to_resource() for details.",
+   "label": "KlogAcpiAmlResourceConvertFailed"
+  },
   {
    "compare_mode": "string",
    "log_level": "LOG_LEVEL_HIGH",