From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id CD0FFD80686 for ; Mon, 18 Sep 2023 22:35:06 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=v5llbwZg7UDiUZ3L+ObCIFK8IOYEUn1wqfT3y/Dhmns=; c=relaxed/simple; d=groups.io; h=DKIM-Filter:Message-ID:Date:MIME-Version:User-Agent:Subject:To:Cc:References:From:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20140610; t=1695076505; v=1; b=F/DOopg7bD19mjOOO2nqRKU6NCpFvtZnuLhzdKoxUzsaqLOrdQDKvcb9E17PS+yuipNPVvj0 2varc72r+xMzcnhTBvl8TgRitA4kA2iElpHT6ss39XaVZZoMA46bVsZGCtseNr/GaOUU8/4EXrS OInof9+oe56nCaJKKPtskLZ0= X-Received: by 127.0.0.2 with SMTP id yTo8YY7687511xXzPhHzwRWe; Mon, 18 Sep 2023 15:35:05 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.5216.1695076504748547674 for ; Mon, 18 Sep 2023 15:35:04 -0700 X-Received: from [192.168.4.22] (unknown [47.201.241.95]) by linux.microsoft.com (Postfix) with ESMTPSA id A9CE3212C484; Mon, 18 Sep 2023 15:35:03 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com A9CE3212C484 Message-ID: <0c073095-9f42-c740-72d4-a74a8c1b4ccc@linux.microsoft.com> Date: Mon, 18 Sep 2023 18:35:02 -0400 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [edk2-devel] [PATCH v2 4/7] ArmVirtPkg.ci.yaml: Add debug macro exception To: devel@edk2.groups.io, Leif Lindholm , Sami Mujawar , Gerd Hoffmann Cc: Ard Biesheuvel References: <20230913170617.429-1-mikuback@linux.microsoft.com> <20230913170617.429-5-mikuback@linux.microsoft.com> From: "Michael Kubacki" In-Reply-To: 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: oZeL4EgbJ7Y99ozLJVekFrwyx7686176AA= Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b="F/DOopg7"; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=linux.microsoft.com (policy=none) Thanks Ard. I still need a Reviewed-by on this patch to complete the series= . On 9/13/2023 1:10 PM, Ard Biesheuvel wrote: > On Wed, 13 Sept 2023 at 19:07, wrote: >> >> 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 >=20 > Acked-by: Ard Biesheuvel >=20 >> --- >> ArmVirtPkg/ArmVirtPkg.ci.yaml | 8 ++++++++ >> 1 file changed, 8 insertions(+) >> >> diff --git a/ArmVirtPkg/ArmVirtPkg.ci.yaml b/ArmVirtPkg/ArmVirtPkg.ci.ya= ml >> 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 pack= age >> "IgnoreStandardPaths": [], # Standard Plugin defined paths t= hat should be ignore >> "AdditionalIncludePaths": [] # Additional paths to spell check= (wildcards supported) >> + }, >> + >> + "DebugMacroCheck": { >> + "StringSubstitutions": { >> + # DynamicTablesPkg/Include/ConfigurationManagerObject.h >> + # Reason: Expansion of macro that contains a print specifier. >> + "FMT_CM_OBJECT_ID": "0x%lx" >> + } >> } >> } >> -- >> 2.42.0.windows.2 >> >=20 >=20 >=20 >=20 -=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 (#108809): https://edk2.groups.io/g/devel/message/108809 Mute This Topic: https://groups.io/mt/101341655/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-