mbox series

[GIT,PULL] block changes for 5.17-rc4

Message ID f20f0c25-503c-31d2-aa20-f1205fc5c98b@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] block changes for 5.17-rc4 | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/block-5.17-2022-02-11

Message

Jens Axboe Feb. 11, 2022, 4:49 p.m. UTC
Hi Linus,

A few fixes that should go into this release:

- NVMe pull request
	- nvme-tcp: fix bogus request completion when failing to send AER
	  (Sagi Grimberg)
	- add the missing nvme_complete_req tracepoint for batched
	  completion (Bean Huo)

- Revert of the loop async autoclear issue that has continued to plague
   us this release. A few patchsets exists to improve this, but they are
   too invasive to be considered at this point (Tetsuo)

Please pull!


The following changes since commit b13e0c71856817fca67159b11abac350e41289f5:

   block: bio-integrity: Advance seed correctly for larger interval 
sizes (2022-02-03 21:09:24 -0700)

are available in the Git repository at:

   git://git.kernel.dk/linux-block.git tags/block-5.17-2022-02-11

for you to fetch changes up to bf23747ee05320903177809648002601cd140cdd:

   loop: revert "make autoclear operation asynchronous" (2022-02-11 
05:51:23 -0700)

----------------------------------------------------------------
block-5.17-2022-02-11

----------------------------------------------------------------
Bean Huo (1):
       nvme: add nvme_complete_req tracepoint for batched completion

Jens Axboe (1):
       Merge tag 'nvme-5.17-2022-02-10' of git://git.infradead.org/nvme 
into block-5.17

Sagi Grimberg (1):
       nvme-tcp: fix bogus request completion when failing to send AER

Tetsuo Handa (1):
       loop: revert "make autoclear operation asynchronous"

  drivers/block/loop.c     | 65 
+++++++++++++++++++++---------------------------
  drivers/block/loop.h     |  1 -
  drivers/nvme/host/core.c |  1 +
  drivers/nvme/host/tcp.c  | 10 +++++++-
  4 files changed, 39 insertions(+), 38 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 11, 2022, 8:05 p.m. UTC | #1
The pull request you sent on Fri, 11 Feb 2022 09:49:12 -0700:

> git://git.kernel.dk/linux-block.git tags/block-5.17-2022-02-11

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

Thank you!