mbox series

[GIT,PULL] some more nvme fixes for the next round of 5.3-rc

Message ID 20190819215911.28552-1-sagi@grimberg.me (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] some more nvme fixes for the next round of 5.3-rc | expand

Pull-request

git://git.infradead.org/nvme.git nvme-5.3-rc

Message

Sagi Grimberg Aug. 19, 2019, 9:59 p.m. UTC
Hey Jens,

Few important late fixes for nvme:
- multipath fix that prevent possible I/O hangs in path failover from Anton
- cntlid verification caused regression in pci controllers from Guilherme
- suspend/resume quirk that fixes a regression on the LiteON device from Mario

The following changes since commit 2fc7323f1c4b94f8301058805a5da7d202e27bfc:

  io_uring: fix potential hang with polled IO (2019-08-19 12:15:59 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git nvme-5.3-rc 

for you to fetch changes up to 1b538f48fdb0522cc44c920f606fac45d5dd8b00:

  nvme: Add quirk for LiteON CL1 devices running FW 22301111 (2019-08-19 12:08:17 -0700)

----------------------------------------------------------------
Anton Eidelman (1):
      nvme-multipath: fix possible I/O hang when paths are updated

Guilherme G. Piccoli (1):
      nvme: Fix cntlid validation when not using NVMEoF

Mario Limonciello (1):
      nvme: Add quirk for LiteON CL1 devices running FW 22301111

 drivers/nvme/host/core.c      | 14 +++++++++++++-
 drivers/nvme/host/multipath.c |  1 +
 drivers/nvme/host/nvme.h      |  5 +++++
 drivers/nvme/host/pci.c       |  3 ++-
 4 files changed, 21 insertions(+), 2 deletions(-)

Comments

Jens Axboe Aug. 19, 2019, 10:01 p.m. UTC | #1
On 8/19/19 3:59 PM, Sagi Grimberg wrote:
> Hey Jens,
> 
> Few important late fixes for nvme:
> - multipath fix that prevent possible I/O hangs in path failover from Anton
> - cntlid verification caused regression in pci controllers from Guilherme
> - suspend/resume quirk that fixes a regression on the LiteON device from Mario

Pulled, thanks.