mbox series

[GIT,PULL] Block fixes for 5.13-rc5

Message ID cdd66f53-8316-a4cf-6cb1-0050dcf8cfe9@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 5.13-rc5 | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/block-5.13-2021-06-03

Message

Jens Axboe June 3, 2021, 4:46 p.m. UTC
Hi Linus,

Pull request from Christoph with NVMe fixes:

- Fix corruption in RDMA in-capsule SGLs (Sagi Grimberg)
- nvme-loop reset fixes (Hannes Reinecke)
- nvmet fix for freeing unallocated p2pmem (Max Gurtovoy)

Please pull!


The following changes since commit a4b58f1721eb4d7d27e0fdcaba60d204248dcd25:

  Merge tag 'nvme-5.13-2021-05-27' of git://git.infradead.org/nvme into block-5.13 (2021-05-27 07:38:12 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-5.13-2021-06-03

for you to fetch changes up to e369edbb0d8cee50efa6375d5c598a04b7cb3032:

  Merge tag 'nvme-5.13-2021-06-03' of git://git.infradead.org/nvme into block-5.13 (2021-06-03 07:42:27 -0600)

----------------------------------------------------------------
block-5.13-2021-06-03

----------------------------------------------------------------
Hannes Reinecke (4):
      nvme-loop: reset queue count to 1 in nvme_loop_destroy_io_queues()
      nvme-loop: clear NVME_LOOP_Q_LIVE when nvme_loop_configure_admin_queue() fails
      nvme-loop: check for NVME_LOOP_Q_LIVE in nvme_loop_destroy_admin_queue()
      nvme-loop: do not warn for deleted controllers during reset

Jens Axboe (1):
      Merge tag 'nvme-5.13-2021-06-03' of git://git.infradead.org/nvme into block-5.13

Max Gurtovoy (1):
      nvmet: fix freeing unallocated p2pmem

Sagi Grimberg (1):
      nvme-rdma: fix in-casule data send for chained sgls

 drivers/nvme/host/rdma.c   |  5 +++--
 drivers/nvme/target/core.c | 33 ++++++++++++++++-----------------
 drivers/nvme/target/loop.c | 11 ++++++++---
 3 files changed, 27 insertions(+), 22 deletions(-)

Comments

pr-tracker-bot@kernel.org June 3, 2021, 7:09 p.m. UTC | #1
The pull request you sent on Thu, 3 Jun 2021 10:46:09 -0600:

> git://git.kernel.dk/linux-block.git tags/block-5.13-2021-06-03

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/143d28dcf23837a7e4c6a09e8ab369fdda81c0e7

Thank you!