From patchwork Thu Nov 5 00:11:48 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Hung X-Patchwork-Id: 1394644 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) 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]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4CRP8Y75WGz9sPB for ; Thu, 5 Nov 2020 11:11:57 +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 1kaSsb-0000OM-OX; Thu, 05 Nov 2020 00:11:53 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1kaSsa-0000OF-6j for fwts-devel@lists.ubuntu.com; Thu, 05 Nov 2020 00:11:52 +0000 Received: from 2.general.alexhung.us.vpn ([10.172.65.255] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1kaSsZ-0005wh-ME; Thu, 05 Nov 2020 00:11:52 +0000 From: Alex Hung To: fwts-devel@lists.ubuntu.com Subject: [PATCH][V2] klog.json: add ACPI error "Could not resolve symbol ..." Date: Wed, 4 Nov 2020 17:11:48 -0700 Message-Id: <20201105001148.70329-1-alex.hung@canonical.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 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: , Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: "fwts-devel" More info @ https://bugzilla.kernel.org/show_bug.cgi?id=209933 Signed-off-by: Alex Hung Reviewed-by: Al Stone Acked-by: Colin Ian King Acked-by: Ivan Hu --- data/klog.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data/klog.json b/data/klog.json index 45912d2a..14285f9c 100644 --- a/data/klog.json +++ b/data/klog.json @@ -5964,6 +5964,13 @@ "advice": "The kernel has detected an error trying to execute an Method and it cannot find an object. This is indicates a bug in the DSDT or SSDT AML code.", "label": "KlogAcpiNamespaceLookupFailure" }, + { + "compare_mode": "regex", + "log_level": "LOG_LEVEL_CRITICAL", + "pattern": "Could not resolve symbol.*, AE_NOT_FOUND", + "advice": "While evaluating one object, ACPI could not find another object that was being referenced. This indicates a bug in the DSDT or the SSDTs.", + "label": "KlogAcpiNamespaceLookupFailure" + }, { "compare_mode": "regex", "log_level": "LOG_LEVEL_HIGH",