[PATCH] klog: data.json: Add klog checking for errors from drivers/acpi/pci_root.c
Colin King
colin.king at canonical.com
Thu Jul 7 13:35:52 UTC 2016
From: Colin Ian King <colin.king at canonical.com>
Add more klog error message checking for ACPI PCI root kernel messages
Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
data/klog.json | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/data/klog.json b/data/klog.json
index ab8a90e..ca4d081 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -2,6 +2,20 @@
"firmware_error_warning_patterns":
[
{
+ "compare_mode": "string",
+ "log_level": "LOG_LEVEL_LOW",
+ "pattern": "no secondary bus range in _CRS",
+ "advice": "ACPI evaluated a _CRS (Current Resource Setting) object to determine the start and end of of a PCI downsteam bus range and did not find the end address, so an end address of 0xff is being assumed",
+ "label": "KlogAcpiPciCrsNoEndAddr"
+ },
+ {
+ "compare_mode": "string",
+ "log_level": "LOG_LEVEL_MEDIUM",
+ "pattern": "failed to parse _CRS method, error code",
+ "advice": "ACPI tried to evaluateda _CRS (Current Resource Setting) object to determine PCI root resources, but the _CRS object could not be parsed.",
+ "label": "KlogAcpiPciCrsParseError"
+ },
+ {
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "found a zero length table .* parsing nfit",
--
2.8.1
More information about the fwts-devel
mailing list