[edk2-devel] [PATCH v1 3/7] SecurityPkg.ci.yaml: Add debug macro exception

Yao, Jiewen jiewen.yao at intel.com
Thu Sep 7 01:42:59 UTC 2023


Reviewed-by: Jiewen Yao <Jiewen.yao at intel.com>

> -----Original Message-----
> From: mikuback at linux.microsoft.com <mikuback at linux.microsoft.com>
> Sent: Tuesday, August 15, 2023 4:49 AM
> To: devel at edk2.groups.io
> Cc: Yao, Jiewen <jiewen.yao at intel.com>; Wang, Jian J <jian.j.wang at intel.com>
> Subject: [PATCH v1 3/7] SecurityPkg.ci.yaml: Add debug macro exception
> 
> From: Michael Kubacki <michael.kubacki at microsoft.com>
> 
> Adds a CI YAML entry to acknowledge a case where a single argument
> is matched to a format specifier with a ternary operator.
> 
> Cc: Jiewen Yao <jiewen.yao at intel.com>
> Cc: Jian J Wang <jian.j.wang at intel.com>
> Signed-off-by: Michael Kubacki <michael.kubacki at microsoft.com>
> ---
>  SecurityPkg/SecurityPkg.ci.yaml | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/SecurityPkg/SecurityPkg.ci.yaml b/SecurityPkg/SecurityPkg.ci.yaml
> index 2138b0a5e21b..3f03762bd6f9 100644
> --- a/SecurityPkg/SecurityPkg.ci.yaml
> +++ b/SecurityPkg/SecurityPkg.ci.yaml
> @@ -106,5 +106,14 @@
> 
>      "Defines": {
>          "BLD_*_CONTINUOUS_INTEGRATION": "TRUE",
> +    },
> +
> +    "DebugMacroCheck": {
> +      "StringSubstitutions": {
> +          # SecurityPkg/IntelTdx/TdTcg2Dxe/TdTcg2Dxe.c
> +          # Reason: Acknowledging use of two format specifiers in string with one
> argument
> +          #         Replace ternary operator in debug string with single specifier
> +          'Index == COLUME_SIZE/2 ? " | %02x" : " %02x"': "%d"
> +      }
>      }
>  }
> --
> 2.41.0.windows.3



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#108351): https://edk2.groups.io/g/devel/message/108351
Mute This Topic: https://groups.io/mt/100745703/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-




More information about the edk2-devel-archive mailing list