mbox series

[GIT,PULL] nvme fixes for 5.7

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

Pull-request

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

Message

Christoph Hellwig May 8, 2020, 3:39 p.m. UTC
The following changes since commit 860a93ff87acd001eea827b70f4a7a64c0854b81:

  bdi: add a ->dev_name field to struct backing_dev_info (2020-05-07 08:45:47 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 8874d040ff34285e8b8458a75f9434e19ed06174:

  nvme: fix possible hang when ns scanning fails during error recovery (2020-05-08 17:04:15 +0200)

----------------------------------------------------------------
Alexey Dobriyan (1):
      nvme-pci: fix "slimmer CQ head update"

Sagi Grimberg (1):
      nvme: fix possible hang when ns scanning fails during error recovery

 drivers/nvme/host/core.c | 2 +-
 drivers/nvme/host/pci.c  | 6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

Comments

Jens Axboe May 8, 2020, 3:49 p.m. UTC | #1
On 5/8/20 9:39 AM, Christoph Hellwig wrote:
> The following changes since commit 860a93ff87acd001eea827b70f4a7a64c0854b81:
> 
>   bdi: add a ->dev_name field to struct backing_dev_info (2020-05-07 08:45:47 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git nvme-5.7
> 
> for you to fetch changes up to 8874d040ff34285e8b8458a75f9434e19ed06174:
> 
>   nvme: fix possible hang when ns scanning fails during error recovery (2020-05-08 17:04:15 +0200)
> 
> ----------------------------------------------------------------
> Alexey Dobriyan (1):
>       nvme-pci: fix "slimmer CQ head update"
> 
> Sagi Grimberg (1):
>       nvme: fix possible hang when ns scanning fails during error recovery
> 
>  drivers/nvme/host/core.c | 2 +-
>  drivers/nvme/host/pci.c  | 6 +++++-
>  2 files changed, 6 insertions(+), 2 deletions(-)

Pulled, thanks.