Patch "nvme-pci: mark Seagate Nytro XM1440 as QUIRK_NO_NS_DESC_LIST." has been added to the 5.11-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: mark Seagate Nytro XM1440 as QUIRK_NO_NS_DESC_LIST.

to the 5.11-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-mark-seagate-nytro-xm1440-as-quirk_no_ns_de.patch
and it can be found in the queue-5.11 subdirectory.

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



commit a94e980f7bff5e11cb41317ed7f0597a19dd4b3d
Author: Julian Einwag <jeinwag-nvme@xxxxxxxxxxx>
Date:   Tue Feb 16 13:25:43 2021 +0100

    nvme-pci: mark Seagate Nytro XM1440 as QUIRK_NO_NS_DESC_LIST.
    
    [ Upstream commit 5e112d3fb89703a4981ded60561b5647db3693bf ]
    
    The kernel fails to fully detect these SSDs, only the character devices
    are present:
    
    [   10.785605] nvme nvme0: pci function 0000:04:00.0
    [   10.876787] nvme nvme1: pci function 0000:81:00.0
    [   13.198614] nvme nvme0: missing or invalid SUBNQN field.
    [   13.198658] nvme nvme1: missing or invalid SUBNQN field.
    [   13.206896] nvme nvme0: Shutdown timeout set to 20 seconds
    [   13.215035] nvme nvme1: Shutdown timeout set to 20 seconds
    [   13.225407] nvme nvme0: 16/0/0 default/read/poll queues
    [   13.233602] nvme nvme1: 16/0/0 default/read/poll queues
    [   13.239627] nvme nvme0: Identify Descriptors failed (8194)
    [   13.246315] nvme nvme1: Identify Descriptors failed (8194)
    
    Adding the NVME_QUIRK_NO_NS_DESC_LIST fixes this problem.
    
    BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=205679
    Signed-off-by: Julian Einwag <jeinwag-nvme@xxxxxxxxxxx>
    Signed-off-by: Christoph Hellwig <hch@xxxxxx>
    Reviewed-by: Keith Busch <kbusch@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c
index 6bad4d4dcdf0..7a38d764b486 100644
--- a/drivers/nvme/host/pci.c
+++ b/drivers/nvme/host/pci.c
@@ -3230,7 +3230,8 @@ static const struct pci_device_id nvme_id_table[] = {
 	{ PCI_DEVICE(0x126f, 0x2263),	/* Silicon Motion unidentified */
 		.driver_data = NVME_QUIRK_NO_NS_DESC_LIST, },
 	{ PCI_DEVICE(0x1bb1, 0x0100),   /* Seagate Nytro Flash Storage */
-		.driver_data = NVME_QUIRK_DELAY_BEFORE_CHK_RDY, },
+		.driver_data = NVME_QUIRK_DELAY_BEFORE_CHK_RDY |
+				NVME_QUIRK_NO_NS_DESC_LIST, },
 	{ PCI_DEVICE(0x1c58, 0x0003),	/* HGST adapter */
 		.driver_data = NVME_QUIRK_DELAY_BEFORE_CHK_RDY, },
 	{ PCI_DEVICE(0x1c58, 0x0023),	/* WDC SN200 adapter */



[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