Patch "nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM620" has been added to the 6.2-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM620

to the 6.2-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     nvme-pci-add-nvme_quirk_bogus_nid-for-lexar-nm620.patch
and it can be found in the queue-6.2 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 3228525fd283c6e7db353daba164cdabb094f2b6
Author: Philipp Geulen <p.geulen@xxxxxxxxxxxxxxxx>
Date:   Mon Mar 13 11:11:50 2023 +0100

    nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM620
    
    [ Upstream commit b65d44fa0fe072c91bf41cd8756baa2b4c77eff2 ]
    
    Added a quirk to fix Lexar NM620 1TB SSD reporting duplicate NGUIDs.
    
    Signed-off-by: Philipp Geulen <p.geulen@xxxxxxxxxxxxxxxx>
    Reviewed-by: Chaitanya Kulkarni <kkch@xxxxxxxxxx>
    Signed-off-by: Christoph Hellwig <hch@xxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c
index c51ebbee8103e..ea3f0806783a3 100644
--- a/drivers/nvme/host/pci.c
+++ b/drivers/nvme/host/pci.c
@@ -3491,6 +3491,8 @@ static const struct pci_device_id nvme_id_table[] = {
 		.driver_data = NVME_QUIRK_BOGUS_NID, },
 	{ PCI_DEVICE(0x1d97, 0x2263), /* Lexar NM610 */
 		.driver_data = NVME_QUIRK_BOGUS_NID, },
+	{ PCI_DEVICE(0x1d97, 0x1d97), /* Lexar NM620 */
+		.driver_data = NVME_QUIRK_BOGUS_NID, },
 	{ PCI_DEVICE(0x1d97, 0x2269), /* Lexar NM760 */
 		.driver_data = NVME_QUIRK_BOGUS_NID, },
 	{ PCI_DEVICE(PCI_VENDOR_ID_AMAZON, 0x0061),



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux