All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maurizio Lombardi <mlombard@redhat.com>
To: kbusch@kernel.org
Cc: hch@lst.de, sagi@grimberg.me, linux-nvme@lists.infradead.org,
	bgurney@redhat.com, mlombard@bsdbackstore.eu
Subject: [RFC PATCH 0/1] enable quirks via module parameter
Date: Fri, 16 May 2025 17:50:24 +0200	[thread overview]
Message-ID: <20250516155025.44958-1-mlombard@redhat.com> (raw)

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



             reply	other threads:[~2025-05-16 16:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-16 15:50 Maurizio Lombardi [this message]
2025-05-16 15:50 ` [RFC PATCH 1/1] nvme: add support for dynamic quirk configuration via module parameter 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

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=20250516155025.44958-1-mlombard@redhat.com \
    --to=mlombard@redhat.com \
    --cc=bgurney@redhat.com \
    --cc=hch@lst.de \
    --cc=kbusch@kernel.org \
    --cc=linux-nvme@lists.infradead.org \
    --cc=mlombard@bsdbackstore.eu \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.