mbox series

[GIT,PULL] nvme fixes for 5.8

Message ID 20200729170952.GA21060@infradead.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] nvme fixes for 5.8 | expand

Pull-request

git://git.infradead.org/nvme.git nvme-5.8

Message

Christoph Hellwig July 29, 2020, 5:09 p.m. UTC
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(-)

Comments

Jens Axboe July 29, 2020, 5:22 p.m. UTC | #1
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
Christoph Hellwig July 29, 2020, 5:29 p.m. UTC | #2
On Wed, Jul 29, 2020 at 11:22:18AM -0600, Jens Axboe wrote:
> 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

Ooops, yes.  I send the PR with the wrong start commit, will resend.