public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2 00/10] Fix some bugs in NvmExpressDxe driver
@ 2016-09-01  2:32 Hao Wu
  2016-09-01  2:32 ` [PATCH v2 01/10] MdeModulePkg NvmExpressDxe: Avoid crashing 'Mode' during OpenProtocol Hao Wu
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Hao Wu @ 2016-09-01  2:32 UTC (permalink / raw)
  To: edk2-devel, feng.tian; +Cc: Hao Wu

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



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2016-09-06  7:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-01  2:32 [PATCH v2 00/10] Fix some bugs in NvmExpressDxe driver Hao Wu
2016-09-01  2:32 ` [PATCH v2 01/10] MdeModulePkg NvmExpressDxe: Avoid crashing 'Mode' during OpenProtocol Hao Wu
2016-09-01  2:32 ` [PATCH v2 02/10] MdeModulePkg NvmExpressDxe: Refine BuildDevicePath API to follow spec Hao Wu
2016-09-01  2:33 ` [PATCH v2 03/10] MdeModulePkg NvmExpressDxe: Refine GetNameSpace " Hao Wu
2016-09-01  2:33 ` [PATCH v2 04/10] MdeModulePkg NvmExpressDxe: Refine GetNextNamespace " Hao Wu
2016-09-01  2:33 ` [PATCH v2 05/10] MdeModulePkg NvmExpressDxe: Add buffer alignment check in PassThru API Hao Wu
2016-09-01  2:33 ` [PATCH v2 06/10] MdeModulePkg NvmExpressDxe: Add check on the attributes of NVME controller Hao Wu
2016-09-01  2:33 ` [PATCH v2 07/10] MdeModulePkg NvmExpressDxe: Add check for command packet in PassThru Hao Wu
2016-09-01  2:33 ` [PATCH v2 08/10] MdeModulePkg NvmExpressDxe: Add NamespaceId validity check " Hao Wu
2016-09-01  2:33 ` [PATCH v2 09/10] MdeModulePkg NvmExpressDxe: Fix 'Event' won't be signaled for Admin cmds Hao Wu
2016-09-01  2:33 ` [PATCH v2 10/10] MdeModulePkg NvmExpressDxe: Set the non-blocking I/O feature support bit Hao Wu
2016-09-06  7:13 ` [PATCH v2 00/10] Fix some bugs in NvmExpressDxe driver Tian, Feng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox