Merge tag 'block-5.13-2021-06-12' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 12 Jun 2021 18:59:58 +0000 (11:59 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 12 Jun 2021 18:59:58 +0000 (11:59 -0700)
commitefc1fd601a751d39a189c3ebe14008aea69a5e37
tree4c51614fc475ceb2c0315ca390d4c9b6a51a6323
parentb2568eeb961c1bb79ada9c2b90f65f625054adaf
parent85f3f17b5db2dd9f8a094a0ddc665555135afd22
Merge tag 'block-5.13-2021-06-12' of git://git.kernel.dk/linux-block

Pull block fixes from Jens Axboe:
 "A few fixes that should go into 5.13:

   - Fix a regression deadlock introduced in this release between open
     and remove of a bdev (Christoph)

   - Fix an async_xor md regression in this release (Xiao)

   - Fix bcache oversized read issue (Coly)"

* tag 'block-5.13-2021-06-12' of git://git.kernel.dk/linux-block:
  block: loop: fix deadlock between open and remove
  async_xor: check src_offs is not NULL before updating it
  bcache: avoid oversized read request in cache missing code path
  bcache: remove bcache device self-defined readahead
drivers/block/loop.c