[bugzilla-daemon at kernel.org: [Bug 216147] New: NVMe quirk needed for multiple Micron MTFDKBA2T0TFH SSDs]

Keith Busch kbusch at kernel.org
Mon Jun 20 08:27:28 PDT 2022


On Sun, Jun 19, 2022 at 08:20:39AM -0500, Bjorn Helgaas wrote:
> The proposed patch itself (also see attachment):
> 
> 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, }
>  };

Coould you send this as an actual patch to the mailing list so we can include
it in the next pull request?



More information about the Linux-nvme mailing list