From patchwork Mon Oct 27 09:58:21 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Hung X-Patchwork-Id: 403508 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 0AC2214007D; Mon, 27 Oct 2014 20:58:39 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1Xih4M-0004Nu-KF; Mon, 27 Oct 2014 09:58:34 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1Xih4G-0004Np-K9 for fwts-devel@lists.ubuntu.com; Mon, 27 Oct 2014 09:58:28 +0000 Received: from [175.182.192.254] (helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1Xih4G-0006JP-2h; Mon, 27 Oct 2014 09:58:28 +0000 From: Alex Hung To: fwts-devel@lists.ubuntu.com Subject: [PATCH] data: klog: set "Gpe0Block - 32-bit FADT register is too long" to medium Date: Mon, 27 Oct 2014 17:58:21 +0800 Message-Id: <1414403901-32648-1-git-send-email-alex.hung@canonical.com> X-Mailer: git-send-email 1.9.1 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 Kernel patches also fix it such as 21126b296e6f5f172e72da7cebb42b87fbd19b3a and 6d1490e248190646773083df60b25ffe14f74a4b as there is no 32 bit in ACPI. Signed-off-by: Alex Hung Acked-by: Keng-Yu Lin Acked-by: Ivan Hu Acked-by: Colin Ian King --- data/klog.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/klog.json b/data/klog.json index 003136a..d41d4e0 100644 --- a/data/klog.json +++ b/data/klog.json @@ -1844,9 +1844,9 @@ }, { "compare_mode": "regex", - "log_level": "LOG_LEVEL_HIGH", + "log_level": "LOG_LEVEL_MEDIUM", "pattern": "32-bit FADT register is too long .* to convert to GAS struct - 255 bits max, truncating", - "advice": "The Generic Address Structure bit_width was greater than 31 which is too large for a 32 bit ACPI FADT register and was truncated. This is firmware bug.", + "advice": "The Generic Address Structure bit_width was greater than 31 which is too large for a 32 bit ACPI FADT register and was truncated.", "label": "KlogAcpiFadtGasBitWidthTooLong" }, {