From patchwork Tue May 14 14:00:30 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Colin Ian King X-Patchwork-Id: 243716 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 7F5102C00C3 for ; Wed, 15 May 2013 00:01:13 +1000 (EST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1UcFmy-0006c9-FM; Tue, 14 May 2013 14:01:12 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1UcFmO-0006Qm-O5 for fwts-devel@lists.ubuntu.com; Tue, 14 May 2013 14:00:36 +0000 Received: from cpc3-craw6-2-0-cust180.croy.cable.virginmedia.com ([77.100.248.181] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1UcFmO-0002ej-K4 for fwts-devel@lists.ubuntu.com; Tue, 14 May 2013 14:00:36 +0000 From: Colin King To: fwts-devel@lists.ubuntu.com Subject: [PATCH 8/9] data: klog.json: Drop ACPI prefix, make patten a string match Date: Tue, 14 May 2013 15:00:30 +0100 Message-Id: <1368540031-28500-9-git-send-email-colin.king@canonical.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1368540031-28500-1-git-send-email-colin.king@canonical.com> References: <1368540031-28500-1-git-send-email-colin.king@canonical.com> X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: fwts-devel-bounces@lists.ubuntu.com From: Colin Ian King No need for the leading ACPI prefix, drop it. Signed-off-by: Colin Ian King Acked-by: Keng-Yu Lin Acked-by: Alex Hung --- data/klog.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/klog.json b/data/klog.json index d112b86..4b56f04 100644 --- a/data/klog.json +++ b/data/klog.json @@ -3995,11 +3995,11 @@ "label": "KlogAcpiNoHandlerForRegion" }, { - "compare_mode": "regex", + "compare_mode": "string", "log_level": "LOG_LEVEL_HIGH", "tag": "FWTS_TAG_ACPI_NO_HANDLER", - "pattern": "ACPI Error.*No handler for Region", - "advice": "", + "pattern": "No handler for Region", + "advice": "ACPI attempted to read or write to a region however the ACPI driver does not have a handler implemented for this particular region space. The read/write will fail and undefined behaviour will occur.", "label": "KlogAcpiNoHandlerForRegion" }, {