]> 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)
commitdab8b1b368664534decffc29e9d5fdd219959a86
tree4c51614fc475ceb2c0315ca390d4c9b6a51a6323
parent2a8faba2a90288123b869942db8f1fcc44774e91
parentcb956e133f111f6f7d954a8b2e90d77d434f729d
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