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 45A459417D6 for ; Wed, 13 Sep 2023 17:10:52 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=Fv50omTHCfwPjZ2rtdEk2wjEVxugSRlvygoKmIBsRNs=; c=relaxed/simple; d=groups.io; h=MIME-Version:References:In-Reply-To:From:Date:Message-ID:Subject:To:Cc:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type; s=20140610; t=1694625051; v=1; b=CqhUi41KjVwMnl5i/VVW3BuOAmPIQLelsJOxlU6Zw6JfJsG6Jn4DLubHlEa6Vm3tBoYxvfZb A1Yp3fL/PQOD1c+EuTEThXT0PUwVlwijd81XqCaWGCL9q2jnqiiv6wely37Rt5Ef/6Jzs41BnZY NQwogj0P5o4eG6rUycVBHAj8= X-Received: by 127.0.0.2 with SMTP id 9RadYY7687511xLsariLdWWO; Wed, 13 Sep 2023 10:10:51 -0700 X-Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by mx.groups.io with SMTP id smtpd.web10.2617.1694625050093860071 for ; Wed, 13 Sep 2023 10:10:50 -0700 X-Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 272F7CE231F for ; Wed, 13 Sep 2023 17:10:47 +0000 (UTC) X-Received: by smtp.kernel.org (Postfix) with ESMTPSA id 76B83C433C9 for ; Wed, 13 Sep 2023 17:10:45 +0000 (UTC) X-Received: by mail-lj1-f175.google.com with SMTP id 38308e7fff4ca-2bfbd7d49e7so515431fa.1 for ; Wed, 13 Sep 2023 10:10:45 -0700 (PDT) X-Gm-Message-State: 8XSX0rGguwEVwZVVJIWGu58Tx7686176AA= X-Google-Smtp-Source: AGHT+IGWpnSGymAaICMPBFuhCQlOJM6CEras+nD2KPfoX0bnEz3xZoA0RNlheRrgCxxplpJCZnWmFCOuoM0q7xOuOLY= X-Received: by 2002:a2e:8349:0:b0:2bc:be93:6d3c with SMTP id l9-20020a2e8349000000b002bcbe936d3cmr2839423ljh.32.1694625043677; Wed, 13 Sep 2023 10:10:43 -0700 (PDT) MIME-Version: 1.0 References: <20230913170617.429-1-mikuback@linux.microsoft.com> <20230913170617.429-5-mikuback@linux.microsoft.com> In-Reply-To: <20230913170617.429-5-mikuback@linux.microsoft.com> From: "Ard Biesheuvel" Date: Wed, 13 Sep 2023 19:10:32 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-devel] [PATCH v2 4/7] ArmVirtPkg.ci.yaml: Add debug macro exception To: mikuback@linux.microsoft.com Cc: devel@edk2.groups.io, Ard Biesheuvel , Leif Lindholm , Sami Mujawar , Gerd Hoffmann 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,ardb@kernel.org List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Type: text/plain; charset="UTF-8" X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=CqhUi41K; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=kernel.org (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io 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 Acked-by: Ard Biesheuvel > --- > 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 (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 > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#108608): https://edk2.groups.io/g/devel/message/108608 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] -=-=-=-=-=-=-=-=-=-=-=-