diff mbox series

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

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

Commit Message

Ivan Hu Oct. 27, 2023, 3:47 a.m. UTC
These messages are specific to the ACPICA exfield 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 709efee4..ae7bb2ac 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -3564,6 +3564,13 @@ 
    "advice": "The ACPI driver could not convert a resource linked list into an AML bytestream. See acpi_rs_convert_resources_to_aml() for details.",
    "label": "KlogAcpiResourceToAmlFailed"
   },
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_HIGH",
+   "pattern": "Invalid Field/AccessAs protocol ID",
+   "advice": "The ACPI driver gets invalid type of the protocol indicated by region field access attributes when try to get the length of the generic_serial_bus protocol bytes. See acpi_ex_get_protocol_buffer_length() for details.",
+   "label": "KlogAcpiInvalidProtocolID"
+  },
   {
    "compare_mode": "string",
    "log_level": "LOG_LEVEL_HIGH",