mbox series

[GIT,PULL] nvme fixes for 5.9

Message ID 20200910100134.GA613851@infradead.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] nvme fixes for 5.9 | expand

Pull-request

git://git.infradead.org/nvme.git tags/nvme-5.9-2020-09-10

Message

Christoph Hellwig Sept. 10, 2020, 10:01 a.m. UTC
The following changes since commit 88ce2a530cc9865a894454b2e40eba5957a60e1a:

  block: restore a specific error code in bdev_del_partition (2020-09-08 08:18:24 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-5.9-2020-09-10

for you to fetch changes up to 73a5379937ec89b91e907bb315e2434ee9696a2c:

  nvme-fabrics: allow to queue requests for live queues (2020-09-09 08:00:50 +0200)

----------------------------------------------------------------
nvme fixes for 5.9

 - cancel async events before freeing them (David Milburn)
 - revert a broken race fix (James Smart)
 - fix command processing during resets (Sagi Grimberg)

----------------------------------------------------------------
David Milburn (3):
      nvme-fc: cancel async events before freeing event struct
      nvme-rdma: cancel async events before freeing event struct
      nvme-tcp: cancel async events before freeing event struct

James Smart (1):
      nvme: Revert: Fix controller creation races with teardown flow

Sagi Grimberg (1):
      nvme-fabrics: allow to queue requests for live queues

 drivers/nvme/host/core.c    |  5 -----
 drivers/nvme/host/fabrics.c | 12 ++++++++----
 drivers/nvme/host/fc.c      |  1 +
 drivers/nvme/host/nvme.h    |  1 -
 drivers/nvme/host/rdma.c    |  1 +
 drivers/nvme/host/tcp.c     |  1 +
 6 files changed, 11 insertions(+), 10 deletions(-)

Comments

Jens Axboe Sept. 10, 2020, 1:12 p.m. UTC | #1
On 9/10/20 4:01 AM, Christoph Hellwig wrote:
> The following changes since commit 88ce2a530cc9865a894454b2e40eba5957a60e1a:
> 
>   block: restore a specific error code in bdev_del_partition (2020-09-08 08:18:24 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-5.9-2020-09-10

Pulled, thanks.