From patchwork Fri Sep 8 08:24:56 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ivan Hu X-Patchwork-Id: 1831370 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=a4GH7NmP; 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 4Rhq1672l3z1yh5 for ; Fri, 8 Sep 2023 18:25:14 +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 1qeWnZ-0007FT-Kb; Fri, 08 Sep 2023 08:25:05 +0000 Received: from smtp-relay-canonical-0.internal ([10.131.114.83] helo=smtp-relay-canonical-0.canonical.com) by lists.ubuntu.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1qeWnV-0007EJ-AM for fwts-devel@lists.ubuntu.com; Fri, 08 Sep 2023 08:25:01 +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-0.canonical.com (Postfix) with ESMTPSA id 33A283F5DE for ; Fri, 8 Sep 2023 08:24:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical.com; s=20210705; t=1694161500; bh=kI1aaAL+OqiyGimSrlw8NHuUtjDbH5FZ1isg5OXLrqg=; h=From:To:Subject:Date:Message-Id:MIME-Version; b=a4GH7NmPirJDnSzn3dD+ois8uSh0yssMM4PvUYBcqGGQdvjRj3uUwFBSqK8+IqN+S 2HooAzQm6VtxaCV5DEKu7uyS+N1d9kabN4KRr36ej03KQp2gjac04YT+fOAqgxpwdr DAkG9VJDS0izDpuZle2ggO7C/HUYhr7Q3aW2zRuBWEOqyUVf85C6QCaGi5ZGmzBkqv wMUDqk76dIHqAEHFzGFF+MtqH7B9hkWz0x3tsL3dAkbu1IvdHF3kCVB/RCZnXf7x7p j0f4zV0IsxiY6GBU0pCW1m4gsxJ4FtyfuOdB05vzBp/vz1rDZTB9Vu8vp94QQipR+T 3CHRcppUq2whg== From: Ivan Hu To: fwts-devel@lists.ubuntu.com Subject: [PATCH 1/6] klog.json: Add some missing ACPI memory hotplug kernel messages to klog database Date: Fri, 8 Sep 2023 16:24:56 +0800 Message-Id: <20230908082456.23613-1-ivan.hu@canonical.com> X-Mailer: git-send-email 2.34.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" These messages are specific to the ACPI memory hotplug 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 029dea02..1d93b839 100644 --- a/data/klog.json +++ b/data/klog.json @@ -645,6 +645,13 @@ "advice": "ACPI AMBA device ARMH0061 (an ARM PL061 GPIO device) device allocate failed", "label": "KlogAcpiAmbaDevAllocFailed" }, + { + "compare_mode": "string", + "log_level": "LOG_LEVEL_HIGH", + "pattern": "device is empty", + "advice": "ACPI memory hot-plug device is empty", + "label": "KlogAcpiMemHotPlugDeviceEmpty" + }, { "compare_mode": "string", "log_level": "LOG_LEVEL_HIGH",