mbox series

[GIT,PULL] nvme fixes for Linux 5.15

Message ID YWgrK/7ttndn93Fx@infradead.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] nvme fixes for Linux 5.15 | expand

Pull-request

git://git.infradead.org/nvme.git tags/nvme-5.15-2021-10-14

Message

Christoph Hellwig Oct. 14, 2021, 1:05 p.m. UTC
The following changes since commit 298ba0e3d4af539cc37f982d4c011a0f07fca48c:

  nvme: keep ctrl->namespaces ordered (2021-09-21 09:17:15 +0200)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-5.15-2021-10-14

for you to fetch changes up to be5eb933542629ad6a7d4c92097b1b472b1612d0:

  nvme: fix per-namespace chardev deletion (2021-10-14 08:07:47 +0200)

----------------------------------------------------------------
nvme fixes for Linux 5.15:

 - fix the abort command id (Keith Busch)
 - nvme: fix per-namespace chardev deletion (Adam Manzanares)

----------------------------------------------------------------
Adam Manzanares (1):
      nvme: fix per-namespace chardev deletion

Keith Busch (1):
      nvme-pci: Fix abort command id

 drivers/nvme/host/core.c      | 21 ++++++++++++---------
 drivers/nvme/host/multipath.c |  2 --
 drivers/nvme/host/pci.c       |  2 +-
 3 files changed, 13 insertions(+), 12 deletions(-)

Comments

Jens Axboe Oct. 14, 2021, 3:07 p.m. UTC | #1
On 10/14/21 7:05 AM, Christoph Hellwig wrote:
> The following changes since commit 298ba0e3d4af539cc37f982d4c011a0f07fca48c:
> 
>   nvme: keep ctrl->namespaces ordered (2021-09-21 09:17:15 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-5.15-2021-10-14

Pulled, thanks.