[PATCH] klog.json: Add some missing nsaccess kernel messages to klog database
Ivan Hu
ivan.hu at canonical.com
Fri Oct 27 09:05:11 UTC 2023
These messages are specific to the ACPICA nsaccess 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 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",
--
2.34.1
More information about the fwts-devel
mailing list