[GIT PULL] nvme fixes for Linux 5.15

Christoph Hellwig hch at infradead.org
Thu Oct 28 07:25:13 PDT 2021


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.infradead.org/nvme.git tags/nvme-5.15-2021-10-28

for you to fetch changes up to 86aeda32b887cdaeb0f4b7bfc9971e36377181c7:

  nvmet-tcp: fix header digest verification (2021-10-27 09:20:50 +0200)

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

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

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

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

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

 drivers/nvme/host/tcp.c   | 9 ++++++---
 drivers/nvme/target/tcp.c | 7 +++++--
 2 files changed, 11 insertions(+), 5 deletions(-)



More information about the Linux-nvme mailing list