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.120; helo=mga04.intel.com; envelope-from=hao.a.wu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (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 164392117A2B0 for ; Wed, 17 Oct 2018 23:42:02 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Oct 2018 23:42:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,395,1534834800"; d="scan'208";a="82135272" Received: from shwdeopenpsi014.ccr.corp.intel.com ([10.239.9.9]) by orsmga007.jf.intel.com with ESMTP; 17 Oct 2018 23:42:00 -0700 From: Hao Wu To: edk2-devel@lists.01.org Cc: Hao Wu , Liangcheng Tang , Jiewen Yao , Ruiyu Ni , Star Zeng Date: Thu, 18 Oct 2018 14:41:57 +0800 Message-Id: <20181018064200.2068-1-hao.a.wu@intel.com> X-Mailer: git-send-email 2.12.0.windows.1 Subject: [PATCH v1 0/3] NvmExpressDxe: Bug fixes within NvmExpressPassThru() 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, 18 Oct 2018 06:42:03 -0000 The series will address a couple of bugs within the NvmExpressPassThru() function. Please refer to the log messages of each commit for more details. Cc: Liangcheng Tang Cc: Jiewen Yao Cc: Ruiyu Ni Cc: Star Zeng Hao Wu (3): MdeModulePkg/NvmExpressDxe: Refine data buffer & len check in PassThru MdeModulePkg/NvmExpressDxe: Always copy CQ entry to PassThru packet MdeModulePkg/NvmExpressDxe: Refine PassThru IO queue creation behavior MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressPassthru.c | 84 +++++++++++++------- 1 file changed, 56 insertions(+), 28 deletions(-) -- 2.12.0.windows.1