[PATCH v3 0/4] nvmet-fc: fixes for blktests tests

Daniel Wagner posted 4 patches 1 month ago
drivers/nvme/host/fc.c       | 10 ++++++++--
drivers/nvme/target/fc.c     | 35 ++++++++++++++++++-----------------
drivers/nvme/target/fcloop.c |  8 +++++---
3 files changed, 31 insertions(+), 22 deletions(-)
[PATCH v3 0/4] nvmet-fc: fixes for blktests tests
Posted by Daniel Wagner 1 month ago
I've added the other two patches I've recenetly send out to this series
for getting blktests with FC more stable. So this series containts all
the latest versions of the patches flying around.

What is missing are the changes for nvme/041. These patches need some
more work and more review.

Signed-off-by: Daniel Wagner <wagi@kernel.org>
---
Changes in v3:
- collected tags, updated references
- added https://lore.kernel.org/all/20250901-nvme-fc-fix-leaks-v1-1-3ae0aa88d5e5@kernel.org
- added https://lore.kernel.org/all/ldr3xa4muogowu2xeh3uq3xcifljfftssydgnhjdarfre4kg4p@midqloza2ayz
- Link to v2: https://patch.msgid.link/20250829-fix-nvmet-fc-v2-0-26620e2742c7@kernel.org

Changes in v2:
- rebased
- added "nvmet-fc: avoid scheduling association deletion twice"
- Link to v1: https://patch.msgid.link/20250821-fix-nvmet-fc-v1-1-3349da4f416e@kernel.org

---
Daniel Wagner (4):
      nvmet-fc: move lsop put work to nvmet_fc_ls_req_op
      nvmet-fc: avoid scheduling association deletion twice
      nvmet-fcloop: call done callback even when remote port is gone
      nvme-fc: use lock accessing port_state and rport state

 drivers/nvme/host/fc.c       | 10 ++++++++--
 drivers/nvme/target/fc.c     | 35 ++++++++++++++++++-----------------
 drivers/nvme/target/fcloop.c |  8 +++++---
 3 files changed, 31 insertions(+), 22 deletions(-)
---
base-commit: c17b750b3ad9f45f2b6f7e6f7f4679844244f0b9
change-id: 20250821-fix-nvmet-fc-1af98991428f

Best regards,
-- 
Daniel Wagner <wagi@kernel.org>
Re: [PATCH v3 0/4] nvmet-fc: fixes for blktests tests
Posted by Keith Busch 2 weeks, 3 days ago
On Tue, Sep 02, 2025 at 12:21:59PM +0200, Daniel Wagner wrote:
> I've added the other two patches I've recenetly send out to this series
> for getting blktests with FC more stable. So this series containts all
> the latest versions of the patches flying around.
> 
> What is missing are the changes for nvme/041. These patches need some
> more work and more review.

Thanks, applied to nvme-6.18.
Re: [PATCH v3 0/4] nvmet-fc: fixes for blktests tests
Posted by Daniel Wagner 3 weeks, 2 days ago
On Tue, Sep 02, 2025 at 12:21:59PM +0200, Daniel Wagner wrote:
> I've added the other two patches I've recenetly send out to this series
> for getting blktests with FC more stable. So this series containts all
> the latest versions of the patches flying around.
> 
> What is missing are the changes for nvme/041. These patches need some
> more work and more review.

ping