mbox series

[GIT,PULL] nvme fix for 5.7

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

Pull-request

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

Message

Christoph Hellwig May 16, 2020, 1:25 p.m. UTC
The following changes since commit 59c7c3caaaf8750df4ec3255082f15eb4e371514:

  nvme: fix possible hang when ns scanning fails during error recovery (2020-05-09 16:07:58 -0600)

are available in the Git repository at:

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

for you to fetch changes up to b69e2ef24b7b4867f80f47e2781e95d0bacd15cb:

  nvme-pci: dma read memory barrier for completions (2020-05-12 18:02:24 +0200)

----------------------------------------------------------------
Keith Busch (1):
      nvme-pci: dma read memory barrier for completions

 drivers/nvme/host/pci.c | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Jens Axboe May 16, 2020, 3:26 p.m. UTC | #1
On 5/16/20 7:25 AM, Christoph Hellwig wrote:
> The following changes since commit 59c7c3caaaf8750df4ec3255082f15eb4e371514:
> 
>   nvme: fix possible hang when ns scanning fails during error recovery (2020-05-09 16:07:58 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git nvme-5.7
> 
> for you to fetch changes up to b69e2ef24b7b4867f80f47e2781e95d0bacd15cb:
> 
>   nvme-pci: dma read memory barrier for completions (2020-05-12 18:02:24 +0200)
> 
> ----------------------------------------------------------------
> Keith Busch (1):
>       nvme-pci: dma read memory barrier for completions
> 
>  drivers/nvme/host/pci.c | 5 +++++
>  1 file changed, 5 insertions(+)

Pulled, thanks.