Merge tag 'nvme-5.15-2021-10-28' of git://git.infradead.org/nvme into block-5.15
authorJens Axboe <axboe@kernel.dk>
Thu, 28 Oct 2021 14:34:01 +0000 (08:34 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 28 Oct 2021 14:34:01 +0000 (08:34 -0600)
commitf4aaf1fa8b17e74aa46bf0165c35a1575b239d4e
tree612092bfc5cdccd1f714e2690fb22d139ec51e0f
parente0c60d0102a5ad3475401e1a2faa3d3623eefce4
parent86aeda32b887cdaeb0f4b7bfc9971e36377181c7
Merge tag 'nvme-5.15-2021-10-28' of git://git.infradead.org/nvme into block-5.15

Pull NVMe fixes from Christoph:

"nvme fixe for Linux 5.15

 - 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)"

* tag 'nvme-5.15-2021-10-28' of git://git.infradead.org/nvme:
  nvmet-tcp: fix header digest verification
  nvmet-tcp: fix data digest pointer calculation
  nvme-tcp: fix data digest pointer calculation
  nvme-tcp: fix possible req->offset corruption
  nvme-tcp: fix H2CData PDU send accounting (again)
  nvmet-tcp: fix a memory leak when releasing a queue