From patchwork Fri Sep 8 08:26:10 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ivan Hu X-Patchwork-Id: 1831377 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=canonical.com header.i=@canonical.com header.a=rsa-sha256 header.s=20210705 header.b=WK0xEFkn; dkim-atps=neutral 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 4Rhq2p32FBz1yh5 for ; Fri, 8 Sep 2023 18:26:42 +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 1qeWoz-0007Wo-PE; Fri, 08 Sep 2023 08:26:34 +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 1qeWou-0007T0-Ri for fwts-devel@lists.ubuntu.com; Fri, 08 Sep 2023 08:26:29 +0000 Received: from canonical.com (118-163-61-247.hinet-ip.hinet.net [118.163.61.247]) (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 E926E3F6CE for ; Fri, 8 Sep 2023 08:26:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical.com; s=20210705; t=1694161588; bh=WOTYvufJFjhVVj7vMjJhyfR8g8xyyYVPjrUJymLGN4Q=; h=From:To:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=WK0xEFknH/1Pblt+0snaoCOn5GFTg15QXnePYboo5PjvKW0hiu04LX84A1yDX5614 5APixsZMYaQAeXfRnKfVGDnBjXhpNr/aSl9pC6IuqcwqIbFXGBcbMWZfFs1Std/hTv qTXoMri/mKh8KqjqR+SDNIcVaHnlyWIb4HxjkScYaDZU8EJzzJewxanc4llbyY+HzI Iy4BH6v69apxsshuggmvp/phnKGADM4xYjANMXviwgGwI9WWf/RK3vIrSqdsXNwA+/ djQrzmD43uFqw5lFZ6L54/Rw3Qln2LHikJpue7nyxoaOqb6+bHKAUf5xQbAOFCujxs 8zDY01pPYVXTg== From: Ivan Hu To: fwts-devel@lists.ubuntu.com Subject: [PATCH 6/6] klog.json: Add some missing dma kernel messages to klog database Date: Fri, 8 Sep 2023 16:26:10 +0800 Message-Id: <20230908082610.23734-4-ivan.hu@canonical.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230908082610.23734-1-ivan.hu@canonical.com> References: <20230908082610.23734-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 arm64 dma driver. Signed-off-by: Ivan Hu --- data/klog.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data/klog.json b/data/klog.json index 572f25ef..ec452c06 100644 --- a/data/klog.json +++ b/data/klog.json @@ -456,6 +456,13 @@ "advice": "An error occurred when creating the ACPI AML debugger, a kernel thread could not be created so the debugger cannot be started.", "label": "KlogAcpiAmlDebugThreadFailed", }, + { + "compare_mode": "string", + "log_level": "LOG_LEVEL_HIGH", + "pattern": "DMA mask not set", + "advice": "DMA mask is not set for an ACPI ARM64 DMA device, If dev is expected to be DMA-capable then the bus code that created it should have initialised its dma_mask pointer, if not, it will continue the legacy behaviour of coercing it to the coherent mask.", + "label": "KlogAcpiAmbaDevAddFailed", + }, { "compare_mode": "string", "log_level": "LOG_LEVEL_HIGH",