[PATCH 5/9] data: klog.json: Add check for object repair or convert failure

Colin King colin.king at canonical.com
Tue May 14 14:00:27 UTC 2013


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

Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
 data/klog.json | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/data/klog.json b/data/klog.json
index ea7f036..381e8c1 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -77,6 +77,14 @@
     "compare_mode": "string",
     "log_level": "LOG_LEVEL_HIGH",
     "tag": "FWTS_TAG_ACPI",
+    "pattern": "During return object analysis",
+    "advice": "The ACPI interpreter attempted to convert or repair a return object of an unexpected type, however a fatal error occurred during the conversion.  Undefined AML execution behaviour may occur.",
+    "label": "KlogAcpiObjConvertFailed"
+  },
+  {
+    "compare_mode": "string",
+    "log_level": "LOG_LEVEL_HIGH",
+    "tag": "FWTS_TAG_ACPI",
     "pattern": "MMIO size insufficient to access LTR",
     "advice": "Intel Lynxpoint Low Power Subsystem have a set of MMIO mapped registers that provide access to the LTR (Latency Tolerance Reporting).  However, the MMIO size is smaller than expected. The corresponding I/O resource for this is incorrect, it should have a resource size set to a minimum of 24 bytes.",
     "label": "KlogAcpiLpssMmioSizeTooSmall"
-- 
1.8.1.2




More information about the fwts-devel mailing list