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.web08.2114.1609829393767799834 for ; Mon, 04 Jan 2021 22:49:56 -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 ; Tue, 05 Jan 2021 14:49:47 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , Cc: "'Hao A Wu'" , "'Bret Barkelew'" References: <20210105050522.1178-1-michael.d.kinney@intel.com> In-Reply-To: <20210105050522.1178-1-michael.d.kinney@intel.com> Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW3N0YWJsZS8yMDIwMTFdW1BhdGNoIDAvMl0gTWRlTW9kdWxlUGtnL1ZhcmlhYmxlL1J1bnRpbWVEeGU6UmVzdG9yZSBWYXJpYWJsZSBMb2NrIFByb3RvY29sIGJlaGF2aW9y?= Date: Tue, 5 Jan 2021 14:49:48 +0800 Message-ID: <00f301d6e32e$f633f7d0$e29be770$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQE1yPDqV5oPQZsERaF/4HViJmYXNqtazARA Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Reviewed-by: Liming Gao > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: bounce+27952+69674+4905953+8761045@groups.io > =B4=FA=B1=ED Michael D > Kinney > =B7=A2=CB=CD=CA=B1=BC=E4: 2021=C4=EA1=D4=C25=C8=D5 13:05 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Hao A Wu ; Liming Gao > ; Bret Barkelew > =D6=F7=CC=E2: [edk2-devel] [stable/202011][Patch 0/2] > MdeModulePkg/Variable/RuntimeDxe:Restore Variable Lock Protocol > behavior >=20 > https://bugzilla.tianocore.org/show_bug.cgi?id=3D3111 >=20 > Cherry-pick the following commits from edk2/master to stable/202011. >=20 > (cherry picked from commit dcaa93936591883aa7826eb45ef00416ad82ef08) > (cherry picked from commit a18a9bde36d2ffc12df29cdced1efa1f8f9f2021) >=20 > Cc: Michael D Kinney > Cc: Hao A Wu > Cc: Liming Gao > Signed-off-by: Bret Barkelew >=20 > Bret Barkelew (1): > MdeModulePkg/Variable/RuntimeDxe: Restore Variable Lock Protocol > behavior >=20 > Michael D Kinney (1): > MdeModulePkg/Variable/RuntimeDxe: Add Variable Lock Protocol Unit > Tests >=20 > MdeModulePkg/Test/MdeModulePkgHostTest.dsc | 11 + > .../VariableLockRequestToLockUnitTest.c | 565 > ++++++++++++++++++ > .../VariableLockRequestToLockUnitTest.inf | 36 ++ > .../RuntimeDxe/VariableLockRequestToLock.c | 95 +-- > 4 files changed, 671 insertions(+), 36 deletions(-) > create mode 100644 > MdeModulePkg/Universal/Variable/RuntimeDxe/RuntimeDxeUnitTest/Variab > leLockRequestToLockUnitTest.c > create mode 100644 > MdeModulePkg/Universal/Variable/RuntimeDxe/RuntimeDxeUnitTest/Variab > leLockRequestToLockUnitTest.inf >=20 > -- > 2.29.2.windows.2 >=20 >=20 >=20 >=20 >=20