[PATCH 1/8] data: klog.json: ACPICA ACPI_ERROR messages, exutils.c

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


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

ACPICA ACPI_ERROR messages from exutils.c

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

diff --git a/data/klog.json b/data/klog.json
index c0c1125..fe4ed2e 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -77,6 +77,22 @@
  "firmware_error_warning_patterns":
  [
   {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_HIGH",
+   "tag": "FWTS_TAG_ACPI",
+   "pattern": "Could not acquire AML Interpreter mutex",
+   "advice": "The ACPI AML interpreter attempted to acquire the mutex but this failed. The interpreter will continue to execute but there will be race conditions occurring.",
+   "label": "KlogAcpiAmlMutexNotAcquired"
+  },
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_HIGH",
+   "tag": "FWTS_TAG_ACPI",
+   "pattern": "Could not release AML Interpreter mutex",
+   "advice": "The ACPI AML interpreter attempted to release the mutex but this failed. The next time interpreter will attempt to acquire this mutex it will fail, however it will continue to execute AML but there will be race conditions occurring.",
+   "label": "KlogAcpiAmlMutexNotReleased"
+  },
+  {
    "compare_mode": "regex",
    "log_level": "LOG_LEVEL_HIGH",
    "tag": "FWTS_TAG_ACPI",
-- 
1.7.10.4




More information about the fwts-devel mailing list