From: Damien Le Moal <dlemoal@kernel.org>
To: linux-nvme@lists.infradead.org, Keith Busch <kbusch@kernel.org>,
Christoph Hellwig <hch@lst.de>, Sagi Grimberg <sagi@grimberg.me>
Subject: [PATCH v2 0/2] NVMe PCI endpoint target fixes
Date: Thu, 6 Mar 2025 17:55:47 +0900 [thread overview]
Message-ID: <20250306085549.834943-1-dlemoal@kernel.org> (raw)
All,
A couple of fixes for the NVMe PCI endpoint target driver. The first
patch fixes an issue that sometimes causes crashes (hard to reproduce).
Changes from v1:
- Fix a screwup in patch 2: the error path in nvmet_pci_epf_create_cq()
was calling nvmet_pci_epf_remove_irq_vector() depending on
NVMET_PCI_EPF_Q_LIVE being set instead of NVMET_PCI_EPF_Q_IRQ_ENABLED
being set.
Damien Le Moal (2):
nvmet: pci-epf: Set NVMET_PCI_EPF_Q_LIVE when a queue is fully created
nvmet: pci-epf: Do not add an IRQ vector if not needed
drivers/nvme/target/pci-epf.c | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
--
2.48.1
next reply other threads:[~2025-03-06 10:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-06 8:55 Damien Le Moal [this message]
2025-03-06 8:55 ` [PATCH v2 1/2] nvmet: pci-epf: Set NVMET_PCI_EPF_Q_LIVE when a queue is fully created Damien Le Moal
2025-03-06 14:14 ` Christoph Hellwig
2025-03-06 8:55 ` [PATCH v2 2/2] nvmet: pci-epf: Do not add an IRQ vector if not needed Damien Le Moal
2025-03-06 14:14 ` Christoph Hellwig
2025-03-10 17:15 ` [PATCH v2 0/2] NVMe PCI endpoint target fixes Keith Busch
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250306085549.834943-1-dlemoal@kernel.org \
--to=dlemoal@kernel.org \
--cc=hch@lst.de \
--cc=kbusch@kernel.org \
--cc=linux-nvme@lists.infradead.org \
--cc=sagi@grimberg.me \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox