[PATCH] klog.json: Add BIOS32 related errors to the klog database

Colin King colin.king at canonical.com
Tue Jan 17 15:59:01 UTC 2017


From: Colin Ian King <colin.king at canonical.com>

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 75d3761..1f81444 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -4,6 +4,20 @@
   {
    "compare_mode": "string",
    "log_level": "LOG_LEVEL_MEDIUM",
+   "pattern": "PCI: unsupported BIOS32 revision",
+   "advice": "The Linux kernel currently only supports BIOS32 revision 0 and is ignoring an unsupported BIOS32 service directory structure.",
+   "label": "KlogBios32UnsupportedRevision",
+  },
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_MEDIUM",
+   "pattern": "PCI: BIOS32 entry .* in high memory, cannot use",
+   "advice": "The BIOS32 service directory structure in located in high memory at or above address 0x100000 and cannot use this.",
+   "label": "KlogBios32InHighMemory",
+  },
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_MEDIUM",
    "pattern": "Invalid error record",
    "advice": "The ACPI Boot Error Record Table (BERT) driver contained a record that was truncated and so it cannot print it.",
    "label": "KlogAcpiBertShortErrorRecord",
-- 
2.10.2




More information about the fwts-devel mailing list