mbox series

[GIT,PULL] Block fixes for 5.13-rc6

Message ID 502db269-c291-5675-779b-fccae75b86d5@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 5.13-rc6 | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/block-5.13-2021-06-12

Message

Jens Axboe June 12, 2021, 3:13 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org June 12, 2021, 7:09 p.m. UTC | #1
The pull request you sent on Sat, 12 Jun 2021 09:13:33 -0600:

> git://git.kernel.dk/linux-block.git tags/block-5.13-2021-06-12

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/efc1fd601a751d39a189c3ebe14008aea69a5e37

Thank you!