[PATCH] NVMe quirk needed for multiple Micron MTFDKBA2T0TFH SSDs

Keith Busch kbusch at kernel.org
Mon Jun 20 14:55:38 PDT 2022


On Mon, Jun 20, 2022 at 09:29:38PM +0200, Leo Savernik wrote:
> Hello
> 
> As suggested by Keith Busch, I'm posting a patch to make multiple Micron
> MTFDKBA2T0TFH devices work to the mailing list for inclusion in the latest
> kernel versions.
> 
> This patch applies cleanly against 5.15.48 and 5.19-rc1
> 
> Please see bug 216147 [1] for details.
> 
> [1] https://bugzilla.kernel.org/show_bug.cgi?id=216147
> 
> Leo

The diff looks fine, but we need a better commit message for the change log. :)

Specifically, sections "Describe your changes" and "Sign your work", described
here:

  https://www.kernel.org/doc/html/latest/process/submitting-patches.html
 
> diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c
> index b925a5f4afc3..2e5c33f3b868 100644
> --- a/drivers/nvme/host/pci.c
> +++ b/drivers/nvme/host/pci.c
> @@ -3372,5 +3372,7 @@ static const struct pci_device_id nvme_id_table[] = {
> NVME_QUIRK_128_BYTES_SQES |
> 				NVME_QUIRK_NO_DEEPEST_PS |
> 				NVME_QUIRK_IGNORE_DEV_SUBNQN, },
> +	{ PCI_DEVICE(0x1344, 0x5407), /* Micron Technology Inc NVMe SSD */
> +		.driver_data = NVME_QUIRK_IGNORE_DEV_SUBNQN },
> 	{ PCI_DEVICE_CLASS(PCI_CLASS_STORAGE_EXPRESS, 0xffffff) },
> 	{ 0, }
> };
> 
> 



More information about the Linux-nvme mailing list