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(-)