]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit413680cd349e7c79f7afc8f86feb176d95806212
tree4c51614fc475ceb2c0315ca390d4c9b6a51a6323
parent855ba8d0f973ab3d60f320429726143c04abb307
parent7cc6adbf9a6ebcc60551bb9d81ab70ac9ac255ef
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