diff mbox series

klog.json: Add the missing dswload2 error message to klog database

Message ID 20240912013413.233034-5-ivan.hu@canonical.com
State Accepted
Headers show
Series klog.json: Add the missing dswload2 error message to klog database | expand

Commit Message

ivanhu Sept. 12, 2024, 1:34 a.m. UTC
These messages are specific to the ACPI dswload2 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 43734c93..8dadc5da 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -4691,6 +4691,13 @@ 
    "advice": "The ACPI interpreter found an invalid type for target of a scope operator, this occurred during the loading of the ACPI tables, see acpi_ds_load2_begin_op().",
    "label": "KlogAcpiInvalidTypeScopeOp"
   },
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_HIGH",
+   "pattern": "CreateBufferField failure",
+   "advice": "The ACPI interpreter failed to create buffer field, this occurred during the loading of the namespace, see acpi_ds_load2_end_op.",
+   "label": "KlogAcpiCreateBuffFieldFail"
+  },
   {
    "compare_mode": "string",
    "log_level": "LOG_LEVEL_HIGH",