mbox series

[GIT,PULL] nvme fix for 5.7

Message ID 20200528132231.GA837884@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 28, 2020, 1:22 p.m. UTC
The following changes since commit b69e2ef24b7b4867f80f47e2781e95d0bacd15cb:

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

are available in the Git repository at:

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

for you to fetch changes up to 9210c075cef29c1f764b4252f93105103bdfb292:

  nvme-pci: avoid race between nvme_reap_pending_cqes() and nvme_poll() (2020-05-27 20:32:56 +0200)

----------------------------------------------------------------
Dongli Zhang (1):
      nvme-pci: avoid race between nvme_reap_pending_cqes() and nvme_poll()

 drivers/nvme/host/pci.c | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Comments

Jens Axboe May 28, 2020, 2:48 p.m. UTC | #1
On 5/28/20 7:22 AM, Christoph Hellwig wrote:
> The following changes since commit b69e2ef24b7b4867f80f47e2781e95d0bacd15cb:
> 
>   nvme-pci: dma read memory barrier for completions (2020-05-12 18:02:24 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git nvme-5.7

Pulled, thanks.