From patchwork Fri Aug 16 03:20:05 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ivan Hu X-Patchwork-Id: 1973042 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.ubuntu.com (client-ip=185.125.189.65; helo=lists.ubuntu.com; envelope-from=fwts-devel-bounces@lists.ubuntu.com; receiver=patchwork.ozlabs.org) Received: from lists.ubuntu.com (lists.ubuntu.com [185.125.189.65]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4WlS1C27mSz1yXZ for ; Fri, 16 Aug 2024 13:20:31 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=lists.ubuntu.com) by lists.ubuntu.com with esmtp (Exim 4.86_2) (envelope-from ) id 1senVr-0007Yx-FI; Fri, 16 Aug 2024 03:20:27 +0000 Received: from smtp-relay-canonical-1.internal ([10.131.114.174] helo=smtp-relay-canonical-1.canonical.com) by lists.ubuntu.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1senVq-0007YH-1M for fwts-devel@lists.ubuntu.com; Fri, 16 Aug 2024 03:20:26 +0000 Received: from canonical.com (unknown [106.104.136.95]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp-relay-canonical-1.canonical.com (Postfix) with ESMTPSA id 548F03FD2B for ; Fri, 16 Aug 2024 03:20:25 +0000 (UTC) From: Ivan Hu To: fwts-devel@lists.ubuntu.com Subject: [PATCH] klog.json: Add some missing gtdt kernel messages to klog database Date: Fri, 16 Aug 2024 11:20:05 +0800 Message-Id: <20240816032006.21882-4-ivan.hu@canonical.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240816032006.21882-1-ivan.hu@canonical.com> References: <20240816032006.21882-1-ivan.hu@canonical.com> 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" These messages are specific to the ACPI gtdt driver. Signed-off-by: Ivan Hu --- data/klog.json | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/data/klog.json b/data/klog.json index a6debc96..c9d830e0 100644 --- a/data/klog.json +++ b/data/klog.json @@ -694,6 +694,48 @@ "advice": "The ACPI Arm Performance Monitoring Unit table (APMT) driver failed to ini the platform devices and connot add platform device.", "label": "KlogAcpiApmtFail", }, + { + "compare_mode": "string", + "log_level": "LOG_LEVEL_HIGH", + "pattern": "Failed to map timer interrupt: invalid type", + "advice": "The ACPI Generic Timer Description Table(GTDT) driver could not failed to map timer interrupt due to invalid type of PPI.", + "label": "KlogAcpiGdtdTimerIntMapFailed", + }, + { + "compare_mode": "string", + "log_level": "LOG_LEVEL_HIGH", + "pattern": "Failed to get c3stop info: invalid type", + "advice": "The ACPI Generic Timer Description Table(GTDT) driver could not failed to get c3stop info due to invalid type of PPI.", + "label": "KlogAcpiGdtdGetC3stopFail", + }, + { + "compare_mode": "string", + "log_level": "LOG_LEVEL_HIGH", + "pattern": "invalid timer data", + "advice": "The ACPI Generic Timer Description Table(GTDT) driver failed to init gdtd due to the invalid timer data.", + "label": "KlogAcpiGdtdInvalidData", + }, + { + "compare_mode": "string", + "log_level": "LOG_LEVEL_HIGH", + "pattern": "GT block present, but frame count is zero", + "advice": "The ACPI Generic Timer Description Table(GTDT) driver failed to parse timer block got the GT block but frame count is zero.", + "label": "KlogAcpiGdtdParseGTblockFailed", + }, + { + "compare_mode": "regex", + "log_level": "LOG_LEVEL_HIGH", + "pattern": "GT block lists .* frames, ACPI spec only allows 8", + "advice": "The ACPI Generic Timer Description Table(GTDT) driver failed to parse timer block due to the frame count exceeding the limits specified by the ACPI specification.", + "label": "KlogAcpiGdtdParseGTblockFailed", + }, + { + "compare_mode": "string", + "log_level": "LOG_LEVEL_HIGH", + "pattern": "failed to get the Watchdog base address", + "advice": "The ACPI Generic Timer Description Table(GTDT) driver failed to obtain the Watchdog base address while initializing the SBSA Generic Watchdog platform device information.", + "label": "KlogAcpiGdtdParseGTblockFailed", + }, { "compare_mode": "string", "log_level": "LOG_LEVEL_HIGH",