All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Two NVMe/FC bug fixes for -stable
@ 2025-11-10 21:19 Ewan D. Milne
  2025-11-10 21:20 ` [PATCH 1/2] nvme: nvme-fc: move tagset removal to nvme_fc_delete_ctrl() Ewan D. Milne
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Ewan D. Milne @ 2025-11-10 21:19 UTC (permalink / raw)
  To: linux-nvme
  Cc: mpatalan, james.smart, paul.ely, justin.tee, sagi, njavali,
	ming.lei, stable

This patch series contains two fixes to the NVMe/FC transport code.

The first one fixes a problem where we prematurely free the tagset
based on an observation and a fix originally proposed by Ming Lei,
with a further modification based on more extensive testing.

The second one fixes a problem where we sometimes still had a
workqueue item queued when we freed the nvme_fc_ctrl.

Because both patches touch the same nvme_fc_delete_ctrl() function,
they have to be applied in the correct order to merge cleanly.
However they fix separate issues.

Ewan D. Milne (2):
  nvme-fc: move tagset removal to nvme_fc_delete_ctrl()
  nvme: nvme-fc: Ensure ->ioerr_work is cancelled in
    nvme_fc_delete_ctrl()

 drivers/nvme/host/fc.c | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

-- 
2.43.0



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

end of thread, other threads:[~2025-11-17 16:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-10 21:19 [PATCH 0/2] Two NVMe/FC bug fixes for -stable Ewan D. Milne
2025-11-10 21:20 ` [PATCH 1/2] nvme: nvme-fc: move tagset removal to nvme_fc_delete_ctrl() Ewan D. Milne
2025-11-12 20:56   ` Justin Tee
2025-11-10 21:20 ` [PATCH 2/2] nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl() Ewan D. Milne
2025-11-12 20:57   ` Justin Tee
2025-11-17 16:59 ` [PATCH 0/2] Two NVMe/FC bug fixes for -stable Keith Busch

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.