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=hao.a.wu@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 AF3F121184E8B for ; Sun, 11 Nov 2018 17:34:30 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Nov 2018 17:34:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,493,1534834800"; d="scan'208";a="88524099" Received: from shwdeopenpsi014.ccr.corp.intel.com ([10.239.9.9]) by orsmga007.jf.intel.com with ESMTP; 11 Nov 2018 17:34:27 -0800 From: Hao Wu To: edk2-devel@lists.01.org Cc: Hao Wu , Andrew Fish , Laszlo Ersek , Leif Lindholm , Michael D Kinney , Liming Gao , Ruiyu Ni , Jiewen Yao , Star Zeng Date: Mon, 12 Nov 2018 09:34:24 +0800 Message-Id: <20181112013425.28588-1-hao.a.wu@intel.com> X-Mailer: git-send-email 2.12.0.windows.1 Subject: [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 01:34:30 -0000 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