[RFC PATCH 0/1] enable quirks via module parameter

Maurizio Lombardi mlombard at redhat.com
Fri May 16 08:50:24 PDT 2025


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




More information about the Linux-nvme mailing list