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.web10.6840.1643161285622300359 for ; Tue, 25 Jan 2022 17:41:26 -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, 26 Jan 2022 09:41:18 +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" To: "'Kun Qin'" , Cc: "'Jian J Wang'" , "'Hao A Wu'" , "'Michael D Kinney'" , "'Zhiguang Liu'" , "'Leif Lindholm'" , "'Ard Biesheuvel'" , "'Bret Barkelew'" , "'Michael Kubacki'" , "'Sami Mujawar'" References: <20220125193909.491-1-kuqin12@gmail.com> In-Reply-To: <20220125193909.491-1-kuqin12@gmail.com> Subject: =?UTF-8?B?5Zue5aSNOiBbUEFUQ0ggdjMgMC82XSBNTSBjb21tdW5pY2F0ZSBmdW5jdGlvbmFsaXR5IGluIHZhcmlhYmxlIHBvbGljeQ==?= Date: Wed, 26 Jan 2022 09:41:21 +0800 Message-ID: <02ae01d81255$d21c74b0$76555e10$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQH/sEuqVtg1qtnQsisoTqSBCO4HdawlSvQw Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Hi, all If no other comment, I will merge this patch set tomorrow.=20 Thanks Liming > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: Kun Qin > =B7=A2=CB=CD=CA=B1=BC=E4: 2022=C4=EA1=D4=C226=C8=D5 3:39 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Jian J Wang ; Liming Gao > ; Hao A Wu ; Michael D > Kinney ; Zhiguang Liu > ; Leif Lindholm ; Ard > Biesheuvel ; Bret Barkelew > ; Michael Kubacki > ; Sami Mujawar > =D6=F7=CC=E2: [PATCH v3 0/6] MM communicate functionality in variable = policy >=20 > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3709 > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3751 >=20 > This patch series is a follow up of previous submission: > https://edk2.groups.io/g/devel/message/85116 >=20 > All v3 patches added "Reviewed-By" tags collected during v2 series. >=20 > Patch v3 branch: > https://github.com/kuqin12/edk2/tree/mm_communicate_check_v3 >=20 > Cc: Jian J Wang > Cc: Liming Gao > Cc: Hao A Wu > Cc: Michael D Kinney > Cc: Zhiguang Liu > Cc: Leif Lindholm > Cc: Ard Biesheuvel > Cc: Bret Barkelew > Cc: Michael Kubacki > Cc: Sami Mujawar >=20 > Kun Qin (6): > MdeModulePkg: VariableSmmRuntimeDxe: Fix Variable Policy Message > Length > MdePkg: MmCommunication2: Update MM communicate2 function > description > ArmPkg: MmCommunicationDxe: MM communicate function argument > attributes > ArmPkg: MmCommunicationDxe: Update MM communicate > `CommBuffer**` > checks > ArmPkg: MmCommunicationDxe: Update MM communicate `CommSize` > check > ArmPkg: MmCommunicationDxe: Update MM communicate > `MessageLength` > check >=20 > ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.c > | 46 ++++++++++++-------- > MdeModulePkg/Universal/Variable/RuntimeDxe/VariablePolicySmmDxe.c | > 10 ++--- > MdePkg/Include/Protocol/MmCommunication2.h > | 13 +++--- > 3 files changed, 41 insertions(+), 28 deletions(-) >=20 > -- > 2.34.1.windows.1