From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (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 BEC0021A00ACB for ; Fri, 23 Jun 2017 01:09:26 -0700 (PDT) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Jun 2017 01:10:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,377,1493708400"; d="scan'208";a="102800261" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga002.jf.intel.com with ESMTP; 23 Jun 2017 01:10:52 -0700 Received: from fmsmsx124.amr.corp.intel.com (10.18.125.39) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 23 Jun 2017 01:10:52 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx124.amr.corp.intel.com (10.18.125.39) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 23 Jun 2017 01:10:52 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.146]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.56]) with mapi id 14.03.0319.002; Fri, 23 Jun 2017 16:10:48 +0800 From: "Gao, Liming" To: "Zeng, Star" , "edk2-devel@lists.01.org" CC: "Zeng, Star" Thread-Topic: [edk2] [PATCH V2 0/3] Update comments and code for GetNextVariableName to follow UEFI 2.7 Thread-Index: AQHS6/ft3NXhHJ1vvEGr4kbAZD5zIaIyGHYg Date: Fri, 23 Jun 2017 08:10:47 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14D74DF3D@shsmsx102.ccr.corp.intel.com> References: <1498205290-157888-1-git-send-email-star.zeng@intel.com> In-Reply-To: <1498205290-157888-1-git-send-email-star.zeng@intel.com> 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 V2 0/3] Update comments and code for GetNextVariableName to follow UEFI 2.7 X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2017 08:09:26 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Sta= r >Zeng >Sent: Friday, June 23, 2017 4:08 PM >To: edk2-devel@lists.01.org >Cc: Zeng, Star >Subject: [edk2] [PATCH V2 0/3] Update comments and code for >GetNextVariableName to follow UEFI 2.7 > >V2: Add changes for EmuVariable and FsVariable. > >"The size must be large enough to fit input string supplied in >VariableName buffer" is added in the description for VariableNameSize. >And two cases of EFI_INVALID_PARAMETER are added. >1. The input values of VariableName and VendorGuid are not a name and > GUID of an existing variable. >2. Null-terminator is not found in the first VariableNameSize bytes of > the input VariableName buffer. > >Star Zeng (3): > MdePkg: Update comments for GetNextVariableName to follow UEFI 2.7 > MdeModulePkg Variable: Update GetNextVariableName to follow UEFI 2.7 > DuetPkg FsVariable: Update GetNextVariableName to follow UEFI 2.7 > > DuetPkg/FSVariable/FSVariable.c | 21 +++++++++++++++++= - > .../Universal/Variable/EmuRuntimeDxe/EmuVariable.c | 25 >+++++++++++++++++++++- > .../Universal/Variable/RuntimeDxe/Variable.c | 19 ++++++++++++++++ > MdePkg/Include/Uefi/UefiSpec.h | 7 +++++- > 4 files changed, 69 insertions(+), 3 deletions(-) > >-- >2.7.0.windows.1 > >_______________________________________________ >edk2-devel mailing list >edk2-devel@lists.01.org >https://lists.01.org/mailman/listinfo/edk2-devel