]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
nvme: add a Identify Namespace Identification Descriptor list quirk
authorChristoph Hellwig <hch@lst.de>
Tue, 28 Jul 2020 11:09:03 +0000 (13:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Aug 2020 07:58:44 +0000 (09:58 +0200)
commit02963f5752032ab987fae7b450d5e1e357e7425b
treedc82cb3dd71a1906f1eb9171cc1195e253602a81
parent6bb24063d83ce49ded3775309102d69fff542e57
nvme: add a Identify Namespace Identification Descriptor list quirk

[ Upstream commit 5bedd3afee8eb01ccd256f0cd2cc0fa6f841417a ]

Add a quirk for a device that does not support the Identify Namespace
Identification Descriptor list despite claiming 1.3 compliance.

Fixes: ea43d9709f72 ("nvme: fix identify error status silent ignore")
Reported-by: Ingo Brunberg <ingo_brunberg@web.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Tested-by: Ingo Brunberg <ingo_brunberg@web.de>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/nvme/host/core.c
drivers/nvme/host/nvme.h
drivers/nvme/host/pci.c