From patchwork Mon Mar 12 19:07:27 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Hung X-Patchwork-Id: 884773 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=fwts-devel-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 400SDC6bNyz9sSg; Tue, 13 Mar 2018 06:07:39 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1evSnK-0005Cp-Kg; Mon, 12 Mar 2018 19:07:38 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1evSnC-00057c-Bz for fwts-devel@lists.ubuntu.com; Mon, 12 Mar 2018 19:07:30 +0000 Received: from 1.general.alexhung.us.vpn ([10.172.65.254] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1evSnB-0006o7-Q4; Mon, 12 Mar 2018 19:07:30 +0000 From: Alex Hung To: fwts-devel@lists.ubuntu.com Subject: [PATCH 1/2] klog.json: change severity for AE_ALREADY_EXISTS errors Date: Mon, 12 Mar 2018 12:07:27 -0700 Message-Id: <1520881648-10317-1-git-send-email-alex.hung@canonical.com> X-Mailer: git-send-email 2.7.4 X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.20 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" It is getting common to see "Namespace lookup failure, AE_ALREADY_EXISTS" and this can break some ACPI functionalities according to the failing objects. Changing severity to CRITICAL make it stand out and help firmware developers to fix it. Signed-off-by: Alex Hung Acked-by: Colin Ian King Acked-by: Ivan Hu --- data/klog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/klog.json b/data/klog.json index bd6178a..f138b82 100644 --- a/data/klog.json +++ b/data/klog.json @@ -5163,7 +5163,7 @@ atform Communications Channel Table (PCCT) and find the PCC subspace communicati }, { "compare_mode": "regex", - "log_level": "LOG_LEVEL_HIGH", + "log_level": "LOG_LEVEL_CRITICAL", "pattern": "ACPI Error.*Namespace lookup failure, AE_ALREADY_EXISTS", "advice": "", "label": "KlogAcpiNamespaceLookupFailure"