Hey Jens, This is the second batch of nvme updates for 5.4. Highlights includes: - controller reset and namespace scan races fixes - nvme discovery log change uevent support - naming improvements from Keith - multiple discovery controllers reject fix from James - some regular cleanups from various people The following changes since commit 0a67b5a926e63ff5492c3c675eab5900580d056d: block: fix race between switching elevator and removing queues (2019-09-12 07:13:22 -0600) are available in the Git repository at: git://git.infradead.org/nvme.git nvme-5.4 for you to fetch changes up to 5f8badbcbeac298a77ee634a10a375f3e66923f9: nvmet: fix a wrong error status returned in error log page (2019-09-12 08:50:46 -0700) ---------------------------------------------------------------- Amit (1): nvmet: fix a wrong error status returned in error log page Colin Ian King (1): nvme: tcp: remove redundant assignment to variable ret Edmund Nadolski (1): nvme: include admin_q sync with nvme_sync_queues Israel Rukshin (1): nvme: Remove redundant assignment of cq vector James Smart (2): nvme-fc: Fail transport errors with NVME_SC_HOST_PATH nvme: Treat discovery subsystems as unique subsystems Keith Busch (1): nvme: Assign subsys instance from first ctrl Markus Elfring (1): nvmet: Use PTR_ERR_OR_ZERO() in nvmet_init_discovery() Sagi Grimberg (10): nvme: fail cancelled commands with NVME_SC_HOST_PATH_ERROR nvme-tcp: fail command with NVME_SC_HOST_PATH_ERROR send failed nvme: pass status to nvme_error_status nvme: make nvme_identify_ns propagate errors back nvme: make nvme_report_ns_ids propagate error back nvme: fix ns removal hang when failing to revalidate due to a transient error nvme-fabrics: allow discovery subsystems accept a kato nvme: enable aen regardless of the presence of I/O queues nvme: add uevent variables for controller devices nvme: send discovery log page change events to userspace drivers/nvme/host/core.c | 158 +++++++++++++++++++++++++++++----------- drivers/nvme/host/fabrics.c | 12 +-- drivers/nvme/host/fc.c | 37 ++++++++-- drivers/nvme/host/pci.c | 1 - drivers/nvme/host/tcp.c | 4 +- drivers/nvme/target/admin-cmd.c | 8 +- drivers/nvme/target/discovery.c | 4 +- 7 files changed, 153 insertions(+), 71 deletions(-)