diff mbox series

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

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

Commit Message

Ivan Hu Oct. 27, 2023, 9:05 a.m. UTC
These messages are specific to the ACPICA nsaccess 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 d56b2909..80913662 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -2941,6 +2941,13 @@ 
     "advice": "An ACPI path has too many parent prefixes and has fallen outside the root node.  This is a bug in the firmware.  The Name Space lookup on the ACPI path cannot be found.",
     "label": "KlogAcpiPathTooManyParentPrefixes"
   },
+  {
+    "compare_mode": "string",
+    "log_level": "LOG_LEVEL_HIGH",
+    "pattern": "Path has too many parent prefixes (^)",
+    "advice": "An ACPI path has too many parent prefixes and has fallen outside the root node.  This is a bug in the firmware.  The Name Space lookup on the ACPI path cannot be found.",
+    "label": "KlogAcpiPathTooManyParentPrefixes"
+  },
   {
     "compare_mode": "regex",
     "log_level": "LOG_LEVEL_HIGH",