From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.43; helo=mga05.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 49B2621B02822 for ; Wed, 28 Nov 2018 16:26:44 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Nov 2018 16:26:44 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,292,1539673200"; d="scan'208";a="254163666" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga004.jf.intel.com with ESMTP; 28 Nov 2018 16:26:44 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 28 Nov 2018 16:26:26 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.203]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.176]) with mapi id 14.03.0415.000; Thu, 29 Nov 2018 08:26:23 +0800 From: "Gao, Liming" To: Jeff Brasen , "Carsey, Jaben" , "edk2-devel@lists.01.org" CC: "Dong, Eric" , "Zeng, Star" , "leif.lindholm@linaro.org" , "ard.biesheuvel@linaro.org" Thread-Topic: [edk2] [PATCH v3 0/2] SortLib for UEFI SEC Thread-Index: AQHUd5XrAHuN9S+m5EKvJ+vRCAMAKaVGBTGAgB8CEwCAAAqRgIAA8ohw Date: Thu, 29 Nov 2018 00:26:23 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E37E2A7@SHSMSX104.ccr.corp.intel.com> References: , , In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH v3 0/2] SortLib for UEFI SEC X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Nov 2018 00:26:45 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Jeff: I have given R-B on MdeModulePkg change. If EmbeddedPkg maintainer has no= comments on the change in EmbeddedPkg, I will help push your patches.=20 Thanks Liming >-----Original Message----- >From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Jef= f >Brasen >Sent: Thursday, November 29, 2018 1:56 AM >To: Carsey, Jaben ; edk2-devel@lists.01.org >Cc: Dong, Eric ; Zeng, Star >Subject: Re: [edk2] [PATCH v3 0/2] SortLib for UEFI SEC > >+cc package maintainers > > > >________________________________ >From: Jeff Brasen >Sent: Wednesday, November 28, 2018 10:17 AM >To: Carsey, Jaben; edk2-devel@lists.01.org >Subject: Re: [edk2] [PATCH v3 0/2] SortLib for UEFI SEC > > >Any additional updates on this patch series? > > >Thanks, > >Jeff > >________________________________ >From: Carsey, Jaben >Sent: Thursday, November 8, 2018 4:46:15 PM >To: Jeff Brasen; edk2-devel@lists.01.org >Subject: RE: [edk2] [PATCH v3 0/2] SortLib for UEFI SEC > >For the series. >Reviewed-by: Jaben Carsey > >> -----Original Message----- >> From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of >> Jeff Brasen >> Sent: Thursday, November 08, 2018 11:04 AM >> To: edk2-devel@lists.01.org >> Cc: Jeff Brasen >> Subject: [edk2] [PATCH v3 0/2] SortLib for UEFI SEC >> >> This patch series enables support for BaseSortLib in UEFI SEC Phase. >> This requires the addition of the AllocateZeroPool which is implemented >> in the PrePiMemoryAllocationLib. >> >> Changelog: >> v1 - Initial version >> v2 - Update order of NULL check in MemoryAllocationLib >> v3 - Switch to ZeroMem from SetMem >> >> Jeff Brasen (2): >> EmbeddedPkg/PrePiMemoryAllocationLib: Added AllocateZeroPool() >> MdeModulePkg/BaseSortLib: Enable for all module types >> >> .../PrePiMemoryAllocationLib/MemoryAllocationLib.c | 32 >> ++++++++++++++++++++++ >> MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf | 4 +-- >> 2 files changed, 34 insertions(+), 2 deletions(-) >> >> -- >> 2.7.4 >> >> _______________________________________________ >> edk2-devel mailing list >> edk2-devel@lists.01.org >> https://lists.01.org/mailman/listinfo/edk2-devel > >--------------------------------------------------------------------------= --------- >This email message is for the sole use of the intended recipient(s) and ma= y >contain >confidential information. Any unauthorized review, use, disclosure or >distribution >is prohibited. If you are not the intended recipient, please contact the = sender >by >reply email and destroy all copies of the original message. >--------------------------------------------------------------------------= --------- >_______________________________________________ >edk2-devel mailing list >edk2-devel@lists.01.org >https://lists.01.org/mailman/listinfo/edk2-devel