From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web09.1801.1606273382527045070 for ; Tue, 24 Nov 2020 19:03:05 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: gaoliming@byosoft.com.cn) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Wed, 25 Nov 2020 11:01:49 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , Cc: "'Sean Brogan'" , "'Bret Barkelew'" , "'Justen, Jordan L'" , "'Laszlo Ersek'" , "'Ard Biesheuvel'" , "'Andrew Fish'" , "'Leif Lindholm'" References: <20201125021137.1835-1-michael.d.kinney@intel.com> In-Reply-To: Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BhdGNoXVtlZGsyLXN0YWJsZTIwMjAxMSAwLzNdIEFkZHJlc3MgRURLIElJIENJIEZhaWx1cmVz?= Date: Wed, 25 Nov 2020 11:01:52 +0800 Message-ID: <007901d6c2d7$53b730c0$fb259240$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQMHH9avVKC9Pja8+kFEJLn3cb6EwADMyVsGp3EDUOA= Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Mike and Sean: Thanks for your quick fix. I agree to merge them for edk2-stable202011. = So far, there are two patches to be merged for edk2-stable202011. With thes= e fixes, the second one can be merged. The first one may still be blocked. = Is it right?=20 https://edk2.groups.io/g/devel/message/67823 [PATCH v2 1/1] CryptoPkg: Bas= eCryptLib: Fix buffer double free in CryptPkcs7VerifyEku https://edk2.groups.io/g/devel/message/67853 [PATCH 1/1] Revert "SecurityP= kg: Add RPMC Index to the RpmcLib" Thanks Liming > -----=E9=82=AE=E4=BB=B6=E5=8E=9F=E4=BB=B6----- > =E5=8F=91=E4=BB=B6=E4=BA=BA: bounce+27952+67923+4905953+8761045@groups.i= o > =E4=BB=A3=E8=A1=A8 Michae= l D > Kinney > =E5=8F=91=E9=80=81=E6=97=B6=E9=97=B4: 2020=E5=B9=B411=E6=9C=8825=E6=97= =A5 10:17 > =E6=94=B6=E4=BB=B6=E4=BA=BA: devel@edk2.groups.io; Kinney, Michael D > > =E6=8A=84=E9=80=81: Sean Brogan ; Bret Barkel= ew > ; Liming Gao ; > Justen, Jordan L ; Laszlo Ersek > ; Ard Biesheuvel ; Andrew > Fish ; Leif Lindholm > =E4=B8=BB=E9=A2=98: Re: [edk2-devel] [Patch][edk2-stable202011 0/3] Addr= ess EDK II CI > Failures >=20 > A test PR was sent through CI with these changes. >=20 > https://github.com/tianocore/edk2/pull/1143 >=20 > All checks passed and the PR was auto closed. >=20 > This does not address the 2nd issue related to the CryptoPkg > unit tests for MD5. These are not run for a PR unless there are > changes to the CryptoPkg in the PR. The post commit checks > will run when this commit is made and the CryptoPkg unit tests > are expected to fail. >=20 > The CryptoPkg unit test fix is still being investigated. >=20 > Mike >=20 > > -----Original Message----- > > From: devel@edk2.groups.io On Behalf Of Michael > D Kinney > > Sent: Tuesday, November 24, 2020 6:12 PM > > To: devel@edk2.groups.io > > Cc: Sean Brogan ; Bret Barkelew > ; Liming Gao > > ; Justen, Jordan L ; > Laszlo Ersek ; Ard Biesheuvel > > ; Andrew Fish ; Leif > Lindholm > > Subject: [edk2-devel] [Patch][edk2-stable202011 0/3] Address EDK II CI > Failures > > > > * Always fetch the target branch of the PR (usually origin/master) > > so diffs between PR and the target branch can be performed. There > > is no guarantee that the target branch is fetched when a PR is > > evaluated by a CI agent. > > * QEMU release for Windows from Nov 20, 2020 is installed into > > wrong directory. Use previous QEMU for Windows release from > > Aug 14, 2020. > > > > Cc: Sean Brogan > > Cc: Bret Barkelew > > Cc: Liming Gao > > Cc: Jordan Justen > > Cc: Laszlo Ersek > > Cc: Ard Biesheuvel > > Cc: Andrew Fish > > Cc: Leif Lindholm > > Signed-off-by: Michael D Kinney > > > > Michael D Kinney (1): > > OvmfPkg/PlatformCI/.azurepiplines: Use stable release of QEMU > > > > Sean Brogan (2): > > .azurepipelines/templates/pr-gate-steps.yml: Fetch target branch > > .azurepipelines/templates/platform-build-run-steps.yml: Fetch target > > branch > > > > .azurepipelines/templates/platform-build-run-steps.yml | 6 ++++++ > > .azurepipelines/templates/pr-gate-steps.yml | 6 ++++++ > > OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml | 2 +- > > 3 files changed, 13 insertions(+), 1 deletion(-) > > > > -- > > 2.29.2.windows.2 > > > > > > > > > > >=20 >=20 >=20 >=20 >=20