]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite6af553b3a3bb94714c147ca8fdf067ebfae18c9
tree612092bfc5cdccd1f714e2690fb22d139ec51e0f
parente5ba781b18e6c6dd3f1af5bb3ec000cffc1f3b88
parent52f61f0b62ef3ec6d66e0c0541f4ed11031c50c2
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