From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 53D271A1E56 for ; Wed, 31 Aug 2016 19:33:10 -0700 (PDT) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP; 31 Aug 2016 19:33:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,264,1470726000"; d="scan'208";a="3388761" Received: from shwdeopenpsi014.ccr.corp.intel.com ([10.239.9.34]) by orsmga005.jf.intel.com with ESMTP; 31 Aug 2016 19:33:08 -0700 From: Hao Wu To: edk2-devel@lists.01.org, feng.tian@intel.com Cc: Hao Wu Date: Thu, 1 Sep 2016 10:32:57 +0800 Message-Id: <1472697187-16092-1-git-send-email-hao.a.wu@intel.com> X-Mailer: git-send-email 1.9.5.msysgit.0 Subject: [PATCH v2 00/10] Fix some bugs in NvmExpressDxe driver X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 02:33:10 -0000 Compared with V1 of the series, the following changes are made: 1. Add NamespaceId validity check in EFI_NVM_EXPRESS_PASS_THRU_PROTOCOL.PassThru(). 2. Fixes the issue that the caller event passed to EFI_NVM_EXPRESS_PASS_THRU_PROTOCOL.PassThru() will not be signaled for NVME Admin commands. 3. Set the non-blocking I/O feature support bit in structure EFI_NVM_EXPRESS_PASS_THRU_MODE Hao Wu (10): MdeModulePkg NvmExpressDxe: Avoid crashing 'Mode' during OpenProtocol MdeModulePkg NvmExpressDxe: Refine BuildDevicePath API to follow spec MdeModulePkg NvmExpressDxe: Refine GetNameSpace API to follow spec MdeModulePkg NvmExpressDxe: Refine GetNextNamespace API to follow spec MdeModulePkg NvmExpressDxe: Add buffer alignment check in PassThru API MdeModulePkg NvmExpressDxe: Add check on the attributes of NVME controller MdeModulePkg NvmExpressDxe: Add check for command packet in PassThru MdeModulePkg NvmExpressDxe: Add NamespaceId validity check in PassThru MdeModulePkg NvmExpressDxe: Fix 'Event' won't be signaled for Admin cmds MdeModulePkg NvmExpressDxe: Set the non-blocking I/O feature support bit MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpress.c | 15 ++- .../Bus/Pci/NvmExpressDxe/NvmExpressPassthru.c | 141 ++++++++++++++++----- 2 files changed, 118 insertions(+), 38 deletions(-) -- 1.9.5.msysgit.0