On 7/29/20 11:09 AM, Christoph Hellwig wrote: > The following changes since commit adc99fd378398f4c58798a1c57889872967d56a6: > > nvme-tcp: fix possible hang waiting for icresp response (2020-07-26 17:24:27 +0200) > > are available in the Git repository at: > > git://git.infradead.org/nvme.git nvme-5.8 > > for you to fetch changes up to 5bedd3afee8eb01ccd256f0cd2cc0fa6f841417a: > > nvme: add a Identify Namespace Identification Descriptor list quirk (2020-07-29 08:05:44 +0200) > > ---------------------------------------------------------------- > Christoph Hellwig (1): > nvme: add a Identify Namespace Identification Descriptor list quirk > > Kai-Heng Feng (1): > nvme-pci: prevent SK hynix PC400 from using Write Zeroes command > > drivers/nvme/host/core.c | 15 +++------------ > drivers/nvme/host/nvme.h | 7 +++++++ > drivers/nvme/host/pci.c | 4 ++++ > 3 files changed, 14 insertions(+), 12 deletions(-) There seems to be more here than what is in the pull request: drivers/nvme/host/core.c | 15 +++------------ drivers/nvme/host/nvme.h | 7 +++++++ drivers/nvme/host/pci.c | 4 ++++ drivers/nvme/host/tcp.c | 3 +++ 4 files changed, 17 insertions(+), 12 deletions(-) In particular, this one: nvme-tcp: fix possible hang waiting for icresp response -- Jens Axboe