[GIT PULL] nvme fixes for Linux 5.13

Christoph Hellwig hch at infradead.org
Thu May 27 04:58:21 PDT 2021


The following changes since commit bc6a385132601c29a6da1dbf8148c0d3c9ad36dc:

  block: fix a race between del_gendisk and BLKRRPART (2021-05-20 07:59:35 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-5.13-2021-05-27

for you to fetch changes up to aaeadd7075dc9e184bc7876e9dd7b3bada771df2:

  nvmet: fix false keep-alive timeout when a controller is torn down (2021-05-26 16:18:22 +0200)

----------------------------------------------------------------
nvme fixes for Linux 5.13

 - fix a memory leak in nvme_cdev_add (Guoqing Jiang)
 - fix inline data size comparison in nvmet_tcp_queue_response (Hou Pu)
 - fix false keep-alive timeout when a controller is torn down
   (Sagi Grimberg)
 - fix a nvme-tcp Kconfig dependency (Sagi Grimberg)
 - short-circuit reconnect retries for FC (Hannes Reinecke)
 - decode host pathing error for connect (Hannes Reinecke)

----------------------------------------------------------------
Guoqing Jiang (1):
      nvme: fix potential memory leaks in nvme_cdev_add

Hannes Reinecke (2):
      nvme-fc: short-circuit reconnect retries
      nvme-fabrics: decode host pathing error for connect

Hou Pu (1):
      nvmet-tcp: fix inline data size comparison in nvmet_tcp_queue_response

Sagi Grimberg (2):
      nvme-tcp: remove incorrect Kconfig dep in BLK_DEV_NVME
      nvmet: fix false keep-alive timeout when a controller is torn down

 drivers/nvme/host/Kconfig   |  3 ++-
 drivers/nvme/host/core.c    |  4 +++-
 drivers/nvme/host/fabrics.c |  5 +++++
 drivers/nvme/host/fc.c      | 25 +++++++++++++++++--------
 drivers/nvme/target/core.c  | 15 +++++++++++----
 drivers/nvme/target/nvmet.h |  2 +-
 drivers/nvme/target/tcp.c   |  2 +-
 7 files changed, 40 insertions(+), 16 deletions(-)



More information about the Linux-nvme mailing list