All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] nvme fixes for 5.3
@ 2019-07-25 14:12 ` Christoph Hellwig
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Hellwig @ 2019-07-25 14:12 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Keith Busch, linux-block, Sagi Grimberg, linux-nvme


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(-)

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

* [GIT PULL] nvme fixes for 5.3
@ 2019-07-25 14:12 ` Christoph Hellwig
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Hellwig @ 2019-07-25 14:12 UTC (permalink / raw)



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(-)

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

* Re: [GIT PULL] nvme fixes for 5.3
  2019-07-25 14:12 ` Christoph Hellwig
@ 2019-07-25 16:24   ` Jens Axboe
  -1 siblings, 0 replies; 4+ messages in thread
From: Jens Axboe @ 2019-07-25 16:24 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: Keith Busch, linux-block, Sagi Grimberg, linux-nvme

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.

-- 
Jens Axboe


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

* [GIT PULL] nvme fixes for 5.3
@ 2019-07-25 16:24   ` Jens Axboe
  0 siblings, 0 replies; 4+ messages in thread
From: Jens Axboe @ 2019-07-25 16:24 UTC (permalink / raw)


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.

-- 
Jens Axboe

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

end of thread, other threads:[~2019-07-25 16:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-25 14:12 [GIT PULL] nvme fixes for 5.3 Christoph Hellwig
2019-07-25 14:12 ` Christoph Hellwig
2019-07-25 16:24 ` Jens Axboe
2019-07-25 16:24   ` Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.