public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCHv2 0/3] nvme fix handling for user changed module params
@ 2026-02-12 16:47 Keith Busch
  2026-02-12 16:47 ` [PATCHv2 1/3] nvme-pci: ensure we're polling a polled queue Keith Busch
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Keith Busch @ 2026-02-12 16:47 UTC (permalink / raw)
  To: linux-nvme; +Cc: hch, joshi.k, Keith Busch

From: Keith Busch <kbusch@kernel.org>

Changes from v1:

 * Added some code comments to explain why the queue count calculation
   needs to happen this way

 * Replaced the switch with more compact 'if' checks

 * Added reviews

Keith Busch (3):
  nvme-pci: ensure we're polling a polled queue
  nvme-pci: cap queue creation to used queues
  nvme-pci: do not try to add queue maps at runtime

 drivers/nvme/host/pci.c | 23 +++++++++++++++++++++--
 1 file changed, 21 insertions(+), 2 deletions(-)

-- 
2.47.3



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

end of thread, other threads:[~2026-02-13 16:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-12 16:47 [PATCHv2 0/3] nvme fix handling for user changed module params Keith Busch
2026-02-12 16:47 ` [PATCHv2 1/3] nvme-pci: ensure we're polling a polled queue Keith Busch
2026-02-13 10:23   ` Kanchan Joshi
2026-02-12 16:47 ` [PATCHv2 2/3] nvme-pci: cap queue creation to used queues Keith Busch
2026-02-13  6:25   ` Christoph Hellwig
2026-02-12 16:47 ` [PATCHv2 3/3] nvme-pci: do not try to add queue maps at runtime Keith Busch
2026-02-13  6:25   ` Christoph Hellwig
2026-02-13 10:35   ` Kanchan Joshi
2026-02-13 16:14     ` Keith Busch

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