Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Fix a kernel panic in nvme-fc
@ 2026-05-28  9:27 Maurizio Lombardi
  2026-05-28  9:27 ` [PATCH 1/1] nvme-fc: Do not cancel requests in io target before it is initialized Maurizio Lombardi
  2026-06-10  9:23 ` [PATCH 0/1] Fix a kernel panic in nvme-fc Maurizio Lombardi
  0 siblings, 2 replies; 9+ messages in thread
From: Maurizio Lombardi @ 2026-05-28  9:27 UTC (permalink / raw)
  To: kbusch; +Cc: mlombard, mkhalfella, randyj, hch, linux-nvme, dwagner, emilne

We received a RHEL bug report regarding a kernel panic that occurs
when loading/unloading the lpfc module:

Call Trace:
blk_mq_tagset_busy_iter+0x210/0x440
__nvme_fc_abort_outstanding_ios+0x1d8/0x260 [nvme_fc]
nvme_fc_ctrl_ioerr_work+0x4c/0x90 [nvme_fc]
process_one_work+0x1f4/0x500
worker_thread+0x33c/0x510
kthread+0x154/0x170
start_kernel_thread+0x14/0x18

The following patch, which is part of the Rapid Path Failure patchset,
fixes the crash.

https://lore.kernel.org/linux-nvme/20260328004518.1729186-16-mkhalfella@purestorage.com/

Since this patch is independent of the Rapid Path Failure feature itself,
I propose merging it separately so we don't have to wait for the full
feature to be approved.

Mohamed Khalfella (1):
  nvme-fc: Do not cancel requests in io target before it is initialized

 drivers/nvme/host/fc.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

-- 
2.54.0



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

end of thread, other threads:[~2026-06-10 14:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-28  9:27 [PATCH 0/1] Fix a kernel panic in nvme-fc Maurizio Lombardi
2026-05-28  9:27 ` [PATCH 1/1] nvme-fc: Do not cancel requests in io target before it is initialized Maurizio Lombardi
2026-06-01  7:12   ` Christoph Hellwig
2026-06-01  9:47   ` Daniel Wagner
2026-06-01 10:28     ` Maurizio Lombardi
2026-06-01 14:16       ` Daniel Wagner
2026-06-10 11:35   ` Hannes Reinecke
2026-06-10 14:35   ` Keith Busch
2026-06-10  9:23 ` [PATCH 0/1] Fix a kernel panic in nvme-fc Maurizio Lombardi

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