• Linus Torvalds's avatar
    Merge tag 'block-5.13-2021-06-12' of git://git.kernel.dk/linux-block · efc1fd60
    Linus Torvalds authored
    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
    efc1fd60
loop.c 59.1 KB