Hi Linus, 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) Please pull! The following changes since commit e369edbb0d8cee50efa6375d5c598a04b7cb3032: Merge tag 'nvme-5.13-2021-06-03' of git://git.infradead.org/nvme into block-5.13 (2021-06-03 07:42:27 -0600) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/block-5.13-2021-06-12 for you to fetch changes up to 85f3f17b5db2dd9f8a094a0ddc665555135afd22: Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-5.13 (2021-06-11 11:56:08 -0600) ---------------------------------------------------------------- block-5.13-2021-06-12 ---------------------------------------------------------------- Christoph Hellwig (1): block: loop: fix deadlock between open and remove Coly Li (2): bcache: remove bcache device self-defined readahead bcache: avoid oversized read request in cache missing code path Jens Axboe (1): Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-5.13 Xiao Ni (1): async_xor: check src_offs is not NULL before updating it crypto/async_tx/async_xor.c | 3 ++- drivers/block/loop.c | 25 +++++++------------------ drivers/block/loop.h | 1 + drivers/md/bcache/bcache.h | 1 - drivers/md/bcache/request.c | 20 +++++++------------- drivers/md/bcache/stats.c | 14 -------------- drivers/md/bcache/stats.h | 1 - drivers/md/bcache/sysfs.c | 4 ---- 8 files changed, 17 insertions(+), 52 deletions(-) -- Jens Axboe