[PATCH] klog.json: Add some missing exfield kernel messages to klog database
Ivan Hu
ivan.hu at canonical.com
Fri Oct 27 03:47:26 UTC 2023
These messages are specific to the ACPICA exfield driver.
Signed-off-by: Ivan Hu <ivan.hu at canonical.com>
---
data/klog.json | 7 +++++++
1 file changed, 7 insertions(+)
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",
--
2.34.1
More information about the fwts-devel
mailing list