Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/1] enable quirks via module parameter
@ 2025-05-16 15:50 Maurizio Lombardi
  2025-05-16 15:50 ` [RFC PATCH 1/1] nvme: add support for dynamic quirk configuration " Maurizio Lombardi
  2025-05-16 15:59 ` [RFC PATCH 0/1] enable quirks " Keith Busch
  0 siblings, 2 replies; 5+ messages in thread
From: Maurizio Lombardi @ 2025-05-16 15:50 UTC (permalink / raw)
  To: kbusch; +Cc: hch, sagi, linux-nvme, bgurney, mlombard

On some occasions, our customers have complained about misbehaving
NVMe devices. We had to compile and provide them
with a test kernel just to see if a quirk could resolve the issue.

What do you think about allowing users to enable or disable a
quirk via a module parameter, similar to how usbcore does it?

This patch has undergone limited testing, but you get the idea.
Let me know if there's any interest and eventually I can
prepare a formal patch.

Maurizio Lombardi (1):
  nvme: add support for dynamic quirk configuration via module parameter

 drivers/nvme/host/pci.c | 201 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 201 insertions(+)

-- 
2.43.5



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

end of thread, other threads:[~2025-05-16 16:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-16 15:50 [RFC PATCH 0/1] enable quirks via module parameter Maurizio Lombardi
2025-05-16 15:50 ` [RFC PATCH 1/1] nvme: add support for dynamic quirk configuration " Maurizio Lombardi
2025-05-16 15:59 ` [RFC PATCH 0/1] enable quirks " Keith Busch
2025-05-16 16:22   ` Keith Busch
2025-05-16 16:52     ` Maurizio Lombardi

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