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(-)
--
Jens Axboe