From nobody Sat Jul 27 04:06:49 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+108604+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+108604+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1694624876; cv=none; d=zohomail.com; s=zohoarc; b=Jc9Xy5wAu+YPzA7EjkVBqBZlVRtKymFp7sym8tLQ4XY0wdO40DXEXP4cpaGBjsaK28gPifaGeijrfcaZgKv9U7ZUur5YXJ/nIr8UPoZde8kBi9bWhfiYqqdOB4rT+K5VM22tzCSymuAh3xD+RDKLU7p6igXOa2EXP04O7f6peA8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1694624876; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=pc1NQsXoMTNvqxN92r5AL3q2+Bp70IbuX59xN5EEB6o=; b=dwfOfnDr/K0+cpLzqpXmFAc9t1pyFLAARTjVUnewhYk8IjCXaLxR0OIH73XRbWuCzWz+aOEzFAf90nhplxNOPZHaeRZvdvdlMNldKRPV6veJWLNmBmJ0tAw0rxX1BEm9SDlHVe0b922+z9pBrWgfMBgg5WI85MycZTdBf7v5uoA= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+108604+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1694624876731142.82630805242354; Wed, 13 Sep 2023 10:07:56 -0700 (PDT) Return-Path: DKIM-Signature: a=rsa-sha256; bh=UoxbMVJeexAvMM8+L34ArAFq620e0YdkkkcZDOTAjZ4=; c=relaxed/simple; d=groups.io; h=DKIM-Filter:From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1694624876; v=1; b=vtfz/qex9yaruKN943AtYA0OVwvWaghQ+lNrAL+guQ3U1n3PRmtxQkxPVc4UhEhh1ha3An/4 nG691bPmbbjhyoMLFYvZBfYzFQ5SAma3/lxTsp5FmRYSYhCiUf2XUGZs7X7gtPtswCGw0fEu8zW JEx5V5VL9GfjjiW8OkEq2qxE= X-Received: by 127.0.0.2 with SMTP id mE56YY1788612xvid5eTRcCz; Wed, 13 Sep 2023 10:07:56 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web10.2525.1694624875830408303 for ; Wed, 13 Sep 2023 10:07:55 -0700 X-Received: from gem-name-lb-02.localdomain (unknown [47.201.241.95]) by linux.microsoft.com (Postfix) with ESMTPSA id D79BA212BC1B; Wed, 13 Sep 2023 10:07:54 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com D79BA212BC1B From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Sami Mujawar , Gerd Hoffmann Subject: [edk2-devel] [PATCH v2 4/7] ArmVirtPkg.ci.yaml: Add debug macro exception Date: Wed, 13 Sep 2023 13:06:12 -0400 Message-ID: <20230913170617.429-5-mikuback@linux.microsoft.com> In-Reply-To: <20230913170617.429-1-mikuback@linux.microsoft.com> References: <20230913170617.429-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,mikuback@linux.microsoft.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: 3ll6DigVuOj3bdT7SgaeGJrCx1787277AA= Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1694624877508100001 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki Adds a CI YAML entry to acknowledge a case where a macro is expanded that contains a print specifier. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Sami Mujawar Cc: Gerd Hoffmann Signed-off-by: Michael Kubacki Acked-by: Ard Biesheuvel Reviewed-by: Michael D Kinney reviewed-by to decide whether or not to merge something, rather than --- ArmVirtPkg/ArmVirtPkg.ci.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ArmVirtPkg/ArmVirtPkg.ci.yaml b/ArmVirtPkg/ArmVirtPkg.ci.yaml index 1e799dc4e194..506b0e72f0bb 100644 --- a/ArmVirtPkg/ArmVirtPkg.ci.yaml +++ b/ArmVirtPkg/ArmVirtPkg.ci.yaml @@ -125,5 +125,13 @@ ], # words to extend to the dictionary for this package "IgnoreStandardPaths": [], # Standard Plugin defined paths that = should be ignore "AdditionalIncludePaths": [] # Additional paths to spell check (wi= ldcards supported) + }, + + "DebugMacroCheck": { + "StringSubstitutions": { + # DynamicTablesPkg/Include/ConfigurationManagerObject.h + # Reason: Expansion of macro that contains a print specifier. + "FMT_CM_OBJECT_ID": "0x%lx" + } } } --=20 2.42.0.windows.2 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#108604): https://edk2.groups.io/g/devel/message/108604 Mute This Topic: https://groups.io/mt/101341655/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-