From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.120]) by mx.groups.io with SMTP id smtpd.web10.11851.1598963650683762376 for ; Tue, 01 Sep 2020 05:34:10 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=UqPj7Bu1; spf=pass (domain: redhat.com, ip: 207.211.31.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1598963649; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=FV2ZHXulxN84wUo7se0lU96lnXjNLeqS5VjG/WqD0cM=; b=UqPj7Bu1LSoxrjnm8fYqz3ewuPyVcPj6I3gOftcUAqdlDVk3P2W4eIgFnAh9CbZJfLnQNU 3dfRtugzrm0mc6Jhk/xkVTUdmPALs2SgVYfklXg3FmteCUMTzMLXyBJdSOqTIAhBTBx2jK c3MGepHMIjjLMqAcPop//7m/mqtp4DE= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-523-eQEQ4KBUPbOdMgIaQOcROg-1; Tue, 01 Sep 2020 08:34:05 -0400 X-MC-Unique: eQEQ4KBUPbOdMgIaQOcROg-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 34B24801FD6; Tue, 1 Sep 2020 12:34:03 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-112-251.ams2.redhat.com [10.36.112.251]) by smtp.corp.redhat.com (Postfix) with ESMTP id BD0CA19C4F; Tue, 1 Sep 2020 12:34:00 +0000 (UTC) Subject: =?UTF-8?B?UmU6IOWbnuWkjTogW2VkazItZGV2ZWxdIFBhdGNoIExpc3QgZm9yIDIwMjAwOCBzdGFibGUgdGFn?= To: gaoliming , devel@edk2.groups.io, 'Leif Lindholm' , afish@apple.com, "'Kinney, Michael D'" , "'Guptha, Soumya K'" , 'Zhiguang Liu' , "'Zhang, Qi1'" References: <55f8dfee-ef2e-b04a-f1cb-4fef1931a7c3@redhat.com> <162D6EE567916534.7353@groups.io> <001b01d68043$44cda3e0$ce68eba0$@byosoft.com.cn> From: "Laszlo Ersek" Message-ID: <23fcfdc4-42a8-b8fd-8bf7-f4466f00228d@redhat.com> Date: Tue, 1 Sep 2020 14:33:59 +0200 MIME-Version: 1.0 In-Reply-To: <001b01d68043$44cda3e0$ce68eba0$@byosoft.com.cn> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0.003 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Content-Language: en-US On 09/01/20 11:35, gaoliming wrote: > Hi, all > There are still some patches to be merged for 202008 stable tag. They > are all bug fixes. The risk is low. I agree to catch them in this > stable tag. If you have other comments, please reply this mail. > > https://edk2.groups.io/g/devel/message/64873 > [PATCH v3] MdeModulePkg/Library: add PEIM and SEC module type to TpmMeasurementLibNull Needs maintainer approval, and then it should be merged, yes. > https://edk2.groups.io/g/devel/message/64865 > [PATCH] SecurityPkg: Initailize variable Status before it is consumed. Needs maintainer approval, and then it should be merged, yes. > https://edk2.groups.io/g/devel/message/64812 > [PATCH] IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec: add FspMeasurementLib.h Yes, should be merged (it has been Reviewed-by: Chasel Chiu ). More candidates (bugfixes): * [Patch V2] BaseTools/Ecc: Fix an issue of path separator compatibility https://edk2.groups.io/g/devel/message/64887 http://mid.mail-archive.com/ <20200901102315.38840-1-bob.c.feng@intel.com Needs maintainer review, and then it should be merged. * [PATCH EDK2 v1 0/1] EmulatorPkg/host: fix overflow in Mult https://edk2.groups.io/g/devel/message/64890 http://mid.mail-archive.com/ <1598957888-128729-1-git-send-email-xiewenyi2@huawei.com Needs a review and a maintainer decision whether it is material for the stable tag. * [PATCH 0/3] SecurityPkg/DxeImageVerificationLib: catch alignment overflow (CVE-2019-14562) https://edk2.groups.io/g/devel/message/64882 http://mid.mail-archive.com/ <20200901091221.20948-1-lersek@redhat.com Needs maintainer review, plus testing from Wenyi Xie with their reproducer, plus a maintainer decision whether it is material for the stable tag. Thanks Laszlo