mbox series

[GIT,PULL] nvme fixes for Linux 5.15

Message ID YXqyyRRUV4GJis4I@infradead.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] nvme fixes for Linux 5.15 | expand

Pull-request

git://git.infradead.org/nvme.git tags/nvme-5.15-2021-10-28

Message

Christoph Hellwig Oct. 28, 2021, 2:25 p.m. UTC
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(-)

Comments

Jens Axboe Oct. 28, 2021, 2:34 p.m. UTC | #1
On 10/28/21 8:25 AM, Christoph Hellwig wrote:
> 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

Pulled, thanks.