public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCHv2 0/3] nvme: multi-path scan races fixes
@ 2026-02-26 18:32 Keith Busch
  2026-02-26 18:32 ` [PATCHv2 1/3] nvme-multipath: fix leak on try_module_get failure Keith Busch
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Keith Busch @ 2026-02-26 18:32 UTC (permalink / raw)
  To: linux-nvme, hch, nilay; +Cc: Keith Busch

From: Keith Busch <kbusch@kernel.org>

Changes from v1:

 * Added reviews and Fixes tags to patch 1

 * Redid the logic in patch 2 to match Christoph's suggestions

 * Also fixed a compile bug for CONFIG_NVME_MULTIPATH=n

 * Added a new patch 3 to fix a dependency race between multiple
   controller's scan_work

Keith Busch (3):
  nvme-multipath: fix leak on try_module_get failure
  nvme-multipath: rescan siblings on last path removal
  nvme: fix unmatched id's under delayed path deletion

 drivers/nvme/host/core.c      | 37 ++++++++++++++++++++++++++++++++++-
 drivers/nvme/host/multipath.c | 12 +++++-------
 drivers/nvme/host/nvme.h      |  9 +++++++++
 3 files changed, 50 insertions(+), 8 deletions(-)

-- 
2.47.3



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2026-02-27 15:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-26 18:32 [PATCHv2 0/3] nvme: multi-path scan races fixes Keith Busch
2026-02-26 18:32 ` [PATCHv2 1/3] nvme-multipath: fix leak on try_module_get failure Keith Busch
2026-02-26 18:32 ` [PATCHv2 2/3] nvme-multipath: rescan siblings on last path removal Keith Busch
2026-02-27  6:59   ` Nilay Shroff
2026-02-27 15:34     ` Keith Busch
2026-02-27 15:57       ` Nilay Shroff
2026-02-27 13:54   ` Christoph Hellwig
2026-02-26 18:32 ` [PATCHv2 3/3] nvme: fix unmatched id's under delayed path deletion Keith Busch
2026-02-27  5:55   ` Nilay Shroff
2026-02-27 13:54   ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox