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(-) -- Jens Axboe