mbox series

[GIT,PULL] Block fixes for 5.13-rc4

Message ID d2e82bd5-21a7-f170-1da8-5528fb5724cd@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 5.13-rc4 | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/block-5.13-2021-05-28

Message

Jens Axboe May 28, 2021, 9:57 p.m. UTC
Hi Linus,

Fixes for this release:

- NVMe pull request (Christoph)
	- 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)

- MD pull request (Song)
	- Fix incorrect chunk boundary assert (Christoph)

- Fix s390/dasd verification panic (Stefan)

Please pull!


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.kernel.dk/linux-block.git tags/block-5.13-2021-05-28

for you to fetch changes up to a4b58f1721eb4d7d27e0fdcaba60d204248dcd25:

  Merge tag 'nvme-5.13-2021-05-27' of git://git.infradead.org/nvme into block-5.13 (2021-05-27 07:38:12 -0600)

----------------------------------------------------------------
block-5.13-2021-05-28

----------------------------------------------------------------
Christoph Hellwig (1):
      md/raid5: remove an incorrect assert in in_chunk_boundary

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

Jens Axboe (2):
      Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-5.13
      Merge tag 'nvme-5.13-2021-05-27' of git://git.infradead.org/nvme into block-5.13

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

Stefan Haberland (1):
      s390/dasd: add missing discipline function

 drivers/md/raid5.c             |  2 --
 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 +-
 drivers/s390/block/dasd_diag.c |  8 +++++++-
 drivers/s390/block/dasd_fba.c  |  8 +++++++-
 drivers/s390/block/dasd_int.h  |  1 -
 11 files changed, 54 insertions(+), 21 deletions(-)

Comments

pr-tracker-bot@kernel.org May 29, 2021, 12:51 a.m. UTC | #1
The pull request you sent on Fri, 28 May 2021 15:57:35 -0600:

> git://git.kernel.dk/linux-block.git tags/block-5.13-2021-05-28

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0217a27e4d19f6ecc81a14de7c5e2d7886af845f

Thank you!