From nobody Mon Sep 16 18:55:16 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+108605+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+108605+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1694624884; cv=none; d=zohomail.com; s=zohoarc; b=ZnYQFYbKAIo7E7W6G2tIa3EOHM12SEqO+uA+AUAtzQsLmNeOYZ5gta+xHEIXda8eJRyafV2uBx7VqTb97q8Ea+4mzl1UUtnVzZjlwecZRmFOvlna/OzHh9vVHR1YORcFxgiXLyMBzAPUtGGn/EXSaux/zzW4+pLGJ18yLNFyqgE= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1694624884; 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=OK7biyhVmUVrcfPlQhOfYxaZw7aVtS+UdAyFOaHMjIY=; b=CFXUyGYVLLnfhGi4pMX/h+aCCIRuwNmsFFQ3WT0vqnzfbwS8dgyQgILc+fUtwP4XPlif52uVfNeTC1tXd8Rf8APyfwJyG216/pIGvoABZtoKbfwcoMAyyJIOdUQWGOxsbquG1U7tIh/Zh/uDkSi31xiIKmgCLAIz+9+uzSG0oL4= 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+108605+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 1694624884002515.8734356728305; Wed, 13 Sep 2023 10:08:04 -0700 (PDT) Return-Path: DKIM-Signature: a=rsa-sha256; bh=vR38mWUn2GxxxkF4f+PWJlwiiuJRjj2z67Q8vKPMQVc=; 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=1694624883; v=1; b=qLNkYrI0WVk/brjBMYY5C9Wqm88jw5yjoYHNruSsDV8uui6jabhGsUn6V2/2buduT8tfMReV uIm/gzZctZaC7flgeLQLDTaksGr2L6ugTHxMXY9asVoGEB+vzbxQyaLGeX4vOowTfQOTaLosxgm RTOhyQss3x2QeurxTmhKXuy4= X-Received: by 127.0.0.2 with SMTP id QvS4YY1788612xjoCjWl3paU; Wed, 13 Sep 2023 10:08:03 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web10.2531.1694624883060165961 for ; Wed, 13 Sep 2023 10:08:03 -0700 X-Received: from gem-name-lb-02.localdomain (unknown [47.201.241.95]) by linux.microsoft.com (Postfix) with ESMTPSA id 3906B212BC1B; Wed, 13 Sep 2023 10:08:02 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 3906B212BC1B From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Sami Mujawar , Alexei Fedorov , Pierre Gondois Subject: [edk2-devel] [PATCH v2 5/7] DynamicTablesPkg.ci.yaml: Add debug macro exception Date: Wed, 13 Sep 2023 13:06:13 -0400 Message-ID: <20230913170617.429-6-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: uIBqq9CiHByY4U7dVSRni08ox1787277AA= Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1694624885731100002 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki Adds a CI YAML entry to acknowledge a case where custom strings contain print specifiers for a single debug macro. Cc: Sami Mujawar Cc: Alexei Fedorov Cc: Pierre Gondois Signed-off-by: Michael Kubacki --- DynamicTablesPkg/DynamicTablesPkg.ci.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/DynamicTablesPkg/DynamicTablesPkg.ci.yaml b/DynamicTablesPkg/D= ynamicTablesPkg.ci.yaml index 5addf8626841..1d41d44bbf33 100644 --- a/DynamicTablesPkg/DynamicTablesPkg.ci.yaml +++ b/DynamicTablesPkg/DynamicTablesPkg.ci.yaml @@ -130,5 +130,13 @@ # should be ignore "AdditionalIncludePaths": [] # Additional paths to spell check # (wildcards supported) + }, + + "DebugMacroCheck": { + "StringSubstitutions": { + # DynamicTablesPkg/Library/Common/TableHelperLib/ConfigurationMa= nagerObjectParser.c + # Reason: Debug format strings are dynamically set. + "Parser[Index].Format": "%d" + } } } --=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 (#108605): https://edk2.groups.io/g/devel/message/108605 Mute This Topic: https://groups.io/mt/101341656/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-