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 35B4AD8042C for ; Tue, 12 Sep 2023 01:08:44 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=HP8Oesz1FkuBeth/2JK1hrinn8NZUxtVST1Cszu2g4k=; c=relaxed/simple; d=groups.io; h=From:To:References:In-Reply-To:Subject:Date:Message-ID:MIME-Version:Thread-Index:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Transfer-Encoding:Content-Language; s=20140610; t=1694480922; v=1; b=LvQ2wnLCK9R8V2OSe+E+RigXGVn6mlYZHmYPiG//BAWczCDn2U9qFGBvK6UnRbQTB3z2uvHR h1PrOj/qDi+jPEMD4c8sdTextNRxGCWSE++IR2qLLdQgO39w9FCqKbtsLJDLhAsCssNuykC7kXA +TrtG4alcorlRUEoEejIsR+w= X-Received: by 127.0.0.2 with SMTP id eZ36YY7687511xxDfZy6utBH; Mon, 11 Sep 2023 18:08:42 -0700 X-Received: from zrleap.intel-email.com (zrleap.intel-email.com [114.80.218.36]) by mx.groups.io with SMTP id smtpd.web10.15252.1694480919696493471 for ; Mon, 11 Sep 2023 18:08:41 -0700 X-Received: from zrleap.intel-email.com (localhost [127.0.0.1]) by zrleap.intel-email.com (Postfix) with ESMTP id 6F0AEA32E188 for ; Tue, 12 Sep 2023 09:08:35 +0800 (CST) X-Received: from localhost (localhost [127.0.0.1]) by zrleap.intel-email.com (Postfix) with ESMTP id BF55EA32E196 for ; Tue, 12 Sep 2023 09:08:34 +0800 (CST) X-Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by zrleap.intel-email.com (Postfix) with SMTP id A12FEA32E18E for ; Tue, 12 Sep 2023 09:08:30 +0800 (CST) X-Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP(SSL) for ; Tue, 12 Sep 2023 09:08:28 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 58.246.60.130 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming via groups.io" To: , References: <20230816211523.12-1-vnowkakeane@linux.microsoft.com> In-Reply-To: <20230816211523.12-1-vnowkakeane@linux.microsoft.com> Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BBVENIIHYyIDAvN10gVW5jcnVzdGlmeSBHb29nbGVUZXN0IHVwZGF0ZQ==?= Date: Tue, 12 Sep 2023 09:08:30 +0800 Message-ID: <000201d9e515$a5176cb0$ef464610$@byosoft.com.cn> MIME-Version: 1.0 Thread-Index: AQGeAQ2voJTCSnFMJtDGZFmeU3VCOLCOKRGA 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,gaoliming@byosoft.com.cn List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: fxk6LdfepNB2Us2meubpuPQvx7686176AA= Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=LvQ2wnLC; 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=none For this patch set, Acked-by: Liming Gao > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: devel@edk2.groups.io =B4=FA=B1= =ED VivianNK > =B7=A2=CB=CD=CA=B1=BC=E4: 2023=C4=EA8=D4=C217=C8=D5 5:15 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =D6=F7=CC=E2: [edk2-devel] [PATCH v2 0/7] Uncrustify GoogleTest update >=20 > v1 -> v2: > - Update commit message to explain the audit only mode change is > temporary to prevent intermediate CI failures. > - Format patch Cc's correctly >=20 > v1 archive:https://edk2.groups.io/g/devel/message/107665 >=20 > VivianNK (7): > .pytool: Set uncrustify check to audit only (temporary) > .pytool: Add cpp support to uncrustify plugin > MdeModulePkg: Apply uncrustify formatting to relevant files. > MdePkg: Apply uncrustify formatting to relevant files > SecurityPkg: Apply uncrustify formatting to relevant files > UnitTestFrameworkPkg: Apply uncrustify formatting to relevant files > .pytool: Undo uncrustify check change >=20 > .pytool/Plugin/UncrustifyCheck/UncrustifyCheck.py > | 2 +- > .pytool/Plugin/UncrustifyCheck/uncrustify.cfg > | 4 +- > MdeModulePkg/Library/UefiSortLib/GoogleTest/UefiSortLibGoogleTest.cpp > | 37 +- >=20 > MdeModulePkg/Test/Mock/Include/GoogleTest/Library/MockPciHostBridgeLi > b.h | 4 +- >=20 > MdeModulePkg/Test/Mock/Library/GoogleTest/MockPciHostBridgeLib/Mock > PciHostBridgeLib.cpp | 8 +- >=20 > MdePkg/Test/GoogleTest/Library/BaseSafeIntLib/SafeIntLibUintnIntnUnitTest > s32.cpp | 114 ++-- >=20 > MdePkg/Test/GoogleTest/Library/BaseSafeIntLib/SafeIntLibUintnIntnUnitTest > s64.cpp | 114 ++-- > MdePkg/Test/GoogleTest/Library/BaseSafeIntLib/TestBaseSafeIntLib.cpp > | 563 ++++++++++---------- > MdePkg/Test/Mock/Include/GoogleTest/Library/MockHobLib.h > | 6 +- > MdePkg/Test/Mock/Include/GoogleTest/Library/MockPeiServicesLib.h > | 6 +- > MdePkg/Test/Mock/Include/GoogleTest/Library/MockUefiLib.h > | 4 +- >=20 > MdePkg/Test/Mock/Include/GoogleTest/Library/MockUefiRuntimeServicesTa > bleLib.h | 4 +- > MdePkg/Test/Mock/Library/GoogleTest/MockHobLib/MockHobLib.cpp > | 40 +- >=20 > MdePkg/Test/Mock/Library/GoogleTest/MockPeiServicesLib/MockPeiService > sLib.cpp | 52 +- > MdePkg/Test/Mock/Library/GoogleTest/MockUefiLib/MockUefiLib.cpp > | 6 +- >=20 > MdePkg/Test/Mock/Library/GoogleTest/MockUefiRuntimeServicesTableLib/ > MockUefiRuntimeServicesTableLib.cpp | 12 +- >=20 > SecurityPkg/Library/SecureBootVariableLib/GoogleTest/SecureBootVariableLi > bGoogleTest.cpp | 205 ++++--- >=20 > SecurityPkg/Test/Mock/Include/GoogleTest/Library/MockPlatformPKProtecti > onLib.h | 4 +- >=20 > SecurityPkg/Test/Mock/Library/GoogleTest/MockPlatformPKProtectionLib/M > ockPlatformPKProtectionLib.cpp | 4 +- > UnitTestFrameworkPkg/Include/Library/GoogleTestLib.h > | 2 +- >=20 > UnitTestFrameworkPkg/Test/GoogleTest/Sample/SampleGoogleTest/SampleG > oogleTest.cpp | 76 +-- > 21 files changed, 664 insertions(+), 603 deletions(-) >=20 > -- > 2.41.0.windows.3 >=20 >=20 >=20 > -=3D-=3D-=3D-=3D-=3D-=3D > Groups.io Links: You receive all messages sent to this group. > View/Reply Online (#107809): > https://edk2.groups.io/g/devel/message/107809 > Mute This Topic: https://groups.io/mt/100788665/4905953 > Group Owner: devel+owner@edk2.groups.io > Unsubscribe: https://edk2.groups.io/g/devel/unsub > [gaoliming@byosoft.com.cn] > -=3D-=3D-=3D-=3D-=3D-=3D >=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 (#108509): https://edk2.groups.io/g/devel/message/108509 Mute This Topic: https://groups.io/mt/101306831/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-