Fix CVE-2024-53093.
Christoph Hellwig (2): nvme: factor out a nvme_tryget_ns_head helper nvme: replace the GENHD_FL_UP check in nvme_mpath_shutdown_disk
Daniel Wagner (1): nvme: avoid race in shutdown namespace removal
Hannes Reinecke (2): nvme: fix refcounting imbalance when all paths are down nvme-multipath: avoid hang on inaccessible namespaces
Keith Busch (1): nvme-multipath: defer partition scanning
Zheng Qixing (1): nvme: multipath: fix kabi broken by adding struct nvme_ns_head_wrapper
drivers/nvme/host/core.c | 36 ++++++++++++++------ drivers/nvme/host/multipath.c | 64 +++++++++++++++++++++++++++++++++-- drivers/nvme/host/nvme.h | 18 +++++----- fs/block_dev.c | 1 + 4 files changed, 96 insertions(+), 23 deletions(-)