mbox series

[GIT,PULL] Block fixes for 5.15-final

Message ID f86feb9d-f667-66d1-1ffe-d74f83847d3a@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 5.15-final | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/block-5.15-2021-10-29

Message

Jens Axboe Oct. 29, 2021, 3:08 p.m. UTC
Hi Linus,

Fixes that should go into this release:

- NVMe pull request
	- fix nvmet-tcp header digest verification (Amit Engel)
	- fix a memory leak in nvmet-tcp when releasing a queue
	  (Maurizio Lombardi)
	- fix nvme-tcp H2CData PDU send accounting again (Sagi Grimberg)
	- fix digest pointer calculation in nvme-tcp and nvmet-tcp
	  (Varun Prakash)
	- fix possible nvme-tcp req->offset corruption (Varun Prakash)

- Queue drain ordering fix (Ming)

- Partition check regression for zoned devices (Shin'ichiro)

- Zone queue restart fix (Naohiro)

Please pull!


The following changes since commit 9fbfabfda25d8774c5a08634fdd2da000a924890:

  block: fix incorrect references to disk objects (2021-10-18 11:20:38 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-5.15-2021-10-29

for you to fetch changes up to f4aaf1fa8b17e74aa46bf0165c35a1575b239d4e:

  Merge tag 'nvme-5.15-2021-10-28' of git://git.infradead.org/nvme into block-5.15 (2021-10-28 08:34:01 -0600)

----------------------------------------------------------------
block-5.15-2021-10-29

----------------------------------------------------------------
Amit Engel (1):
      nvmet-tcp: fix header digest verification

Jens Axboe (1):
      Merge tag 'nvme-5.15-2021-10-28' of git://git.infradead.org/nvme into block-5.15

Maurizio Lombardi (1):
      nvmet-tcp: fix a memory leak when releasing a queue

Ming Lei (1):
      block: drain queue after disk is removed from sysfs

Naohiro Aota (1):
      block: schedule queue restart after BLK_STS_ZONE_RESOURCE

Sagi Grimberg (1):
      nvme-tcp: fix H2CData PDU send accounting (again)

Shin'ichiro Kawasaki (1):
      block: Fix partition check for host-aware zoned block devices

Varun Prakash (3):
      nvme-tcp: fix possible req->offset corruption
      nvme-tcp: fix data digest pointer calculation
      nvmet-tcp: fix data digest pointer calculation

 block/blk-mq.c            | 13 +++++++++----
 block/blk-settings.c      | 20 +++++++++++++++++++-
 block/genhd.c             | 22 ++++++++++++----------
 drivers/nvme/host/tcp.c   |  9 ++++++---
 drivers/nvme/target/tcp.c |  7 +++++--
 5 files changed, 51 insertions(+), 20 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 29, 2021, 6:49 p.m. UTC | #1
The pull request you sent on Fri, 29 Oct 2021 09:08:34 -0600:

> git://git.kernel.dk/linux-block.git tags/block-5.15-2021-10-29

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

Thank you!