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.93; helo=mga11.intel.com; envelope-from=star.zeng@intel.com; receiver=edk2-devel@lists.01.org Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (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 0040721184E8B for ; Sun, 11 Nov 2018 22:13:59 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Nov 2018 22:13:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,494,1534834800"; d="scan'208";a="85791194" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga008.fm.intel.com with ESMTP; 11 Nov 2018 22:13:58 -0800 Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 11 Nov 2018 22:13:58 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX113.amr.corp.intel.com (10.18.116.7) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 11 Nov 2018 22:13:58 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.84]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.161]) with mapi id 14.03.0415.000; Mon, 12 Nov 2018 14:13:56 +0800 From: "Zeng, Star" To: "Wu, Hao A" , "edk2-devel@lists.01.org" CC: Andrew Fish , Laszlo Ersek , "Leif Lindholm" , "Kinney, Michael D" , "Gao, Liming" , "Ni, Ruiyu" , "Yao, Jiewen" , "Zeng, Star" Thread-Topic: [PATCH v1 0/1] [Nvme] Sync fix ebb6c76 from DXE to PEI counterpart Thread-Index: AQHUeifimDm6ijwoXUaXr+EA91vE3KVLqVvQ Date: Mon, 12 Nov 2018 06:13:56 +0000 Message-ID: <0C09AFA07DD0434D9E2A0C6AEB048310401F0532@shsmsx102.ccr.corp.intel.com> References: <20181112013425.28588-1-hao.a.wu@intel.com> In-Reply-To: <20181112013425.28588-1-hao.a.wu@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH v1 0/1] [Nvme] Sync fix ebb6c76 from DXE to PEI counterpart 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: Mon, 12 Nov 2018 06:14:00 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Star Zeng -----Original Message----- From: Wu, Hao A=20 Sent: Monday, November 12, 2018 9:34 AM To: edk2-devel@lists.01.org Cc: Wu, Hao A ; Andrew Fish ; Laszlo E= rsek ; Leif Lindholm ; Kinney,= Michael D ; Gao, Liming = ; Ni, Ruiyu ; Yao, Jiewen ; Zeng,= Star Subject: [PATCH v1 0/1] [Nvme] Sync fix ebb6c76 from DXE to PEI counterpart This patch is a bug fix that targets for the edk2-stable201811 tag. This patch syncs the below fix: SHA-1: ebb6c7633bca47fcd5b460a67e18e4a717ea91cc * MdeModulePkg/NvmExpressDxe: Refine data buffer & len check in PassThru to the NvmExpressPei counter part. More details of the fix background can be referred from the log message of = the patch. Cc: Andrew Fish Cc: Laszlo Ersek Cc: Leif Lindholm Cc: Michael D Kinney Cc: Liming Gao Cc: Ruiyu Ni Cc: Jiewen Yao Cc: Star Zeng Hao Wu (1): MdeModulePkg/NvmExpressPei: Refine data buffer & len check in PassThru MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPeiPassThru.c | 33 ++++++++++= +--------- 1 file changed, 18 insertions(+), 15 deletions(-) -- 2.12.0.windows.1