mbox series

[GIT,PULL] nvme fixes for 5.3

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

Pull-request

git://git.infradead.org/nvme.git nvme-5.3

Message

Christoph Hellwig July 25, 2019, 2:12 p.m. UTC
The following changes since commit 77ce56e2bfaa64127ae5e23ef136c0168b818777:

  drbd: dynamically allocate shash descriptor (2019-07-23 07:35:18 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git nvme-5.3

for you to fetch changes up to 8fe34be14ecb5eb0ef8d8d44aa7ab62d9e2911ca:

  Revert "nvme-pci: don't create a read hctx mapping without read queues" (2019-07-23 17:47:02 +0200)

----------------------------------------------------------------
Logan Gunthorpe (1):
      nvme: fix memory leak caused by incorrect subsystem free

Marta Rybczynska (1):
      nvme: fix multipath crash when ANA is deactivated

Misha Nasledov (1):
      nvme: ignore subnqn for ADATA SX6000LNP

yangerkun (1):
      Revert "nvme-pci: don't create a read hctx mapping without read queues"

 drivers/nvme/host/core.c      | 12 +++++-------
 drivers/nvme/host/multipath.c |  8 ++------
 drivers/nvme/host/nvme.h      |  6 +++++-
 drivers/nvme/host/pci.c       |  6 +++---
 4 files changed, 15 insertions(+), 17 deletions(-)

Comments

Jens Axboe July 25, 2019, 4:24 p.m. UTC | #1
On 7/25/19 8:12 AM, Christoph Hellwig wrote:
> 
> The following changes since commit 77ce56e2bfaa64127ae5e23ef136c0168b818777:
> 
>    drbd: dynamically allocate shash descriptor (2019-07-23 07:35:18 -0600)
> 
> are available in the Git repository at:
> 
>    git://git.infradead.org/nvme.git nvme-5.3
> 
> for you to fetch changes up to 8fe34be14ecb5eb0ef8d8d44aa7ab62d9e2911ca:
> 
>    Revert "nvme-pci: don't create a read hctx mapping without read queues" (2019-07-23 17:47:02 +0200)
> 
> ----------------------------------------------------------------
> Logan Gunthorpe (1):
>        nvme: fix memory leak caused by incorrect subsystem free
> 
> Marta Rybczynska (1):
>        nvme: fix multipath crash when ANA is deactivated
> 
> Misha Nasledov (1):
>        nvme: ignore subnqn for ADATA SX6000LNP
> 
> yangerkun (1):
>        Revert "nvme-pci: don't create a read hctx mapping without read queues"
> 
>   drivers/nvme/host/core.c      | 12 +++++-------
>   drivers/nvme/host/multipath.c |  8 ++------
>   drivers/nvme/host/nvme.h      |  6 +++++-
>   drivers/nvme/host/pci.c       |  6 +++---
>   4 files changed, 15 insertions(+), 17 deletions(-)

Pulled, thanks.