[PATCH 3/8] data: klog.json: ACPICA ACPI_ERROR messages, dswload2.c

Colin King colin.king at canonical.com
Tue Nov 20 11:27:59 UTC 2012


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

ACPICA ACPI_ERROR messages from dswload2.c

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 ecdbe66..fe2ea21 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -77,6 +77,14 @@
  "firmware_error_warning_patterns":
  [
   {
+   "compare_mode": "regex",
+   "log_level": "LOG_LEVEL_HIGH",
+   "tag": "FWTS_TAG_ACPI",
+   "pattern": "Invalid type .* for target of Scope operator .*Cannot override",
+   "advice": "The ACPI interpreter found an invalid type for target of a scope operator, this occurred during the loading of the ACPI tables, see acpi_ds_load2_begin_op().",
+   "label": "KlogAcpiInvalidTypeScopeOp"
+  },
+  {
    "compare_mode": "string",
    "log_level": "LOG_LEVEL_HIGH",
    "tag": "FWTS_TAG_ACPI",
-- 
1.7.10.4




More information about the fwts-devel mailing list