mbox series

[GIT,PULL] nvme fixes for 5.8

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

Pull-request

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

Message

Christoph Hellwig July 2, 2020, 8:42 a.m. UTC
The following changes since commit e7eea44eefbdd5f0345a0a8b80a3ca1c21030d06:

  virtio-blk: free vblk-vqs in error path of virtblk_probe() (2020-06-30 19:02:58 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 72d447113bb751ded97b2e2c38f886e4a4139082:

  nvme: fix a crash in nvme_mpath_add_disk (2020-07-02 10:38:00 +0200)

----------------------------------------------------------------
Christoph Hellwig (1):
      nvme: fix a crash in nvme_mpath_add_disk

Sagi Grimberg (1):
      nvme: fix identify error status silent ignore

 drivers/nvme/host/core.c      | 12 +++++++++---
 drivers/nvme/host/multipath.c |  7 ++++---
 2 files changed, 13 insertions(+), 6 deletions(-)

Comments

Jens Axboe July 2, 2020, 6:11 p.m. UTC | #1
On 7/2/20 2:42 AM, Christoph Hellwig wrote:
> The following changes since commit e7eea44eefbdd5f0345a0a8b80a3ca1c21030d06:
> 
>   virtio-blk: free vblk-vqs in error path of virtblk_probe() (2020-06-30 19:02:58 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git nvme-5.8

Pulled, thanks.