All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@kernel.dk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "linux-block@vger.kernel.org" <linux-block@vger.kernel.org>
Subject: [GIT PULL] Block fixes for 5.13-rc6
Date: Sat, 12 Jun 2021 09:13:33 -0600	[thread overview]
Message-ID: <502db269-c291-5675-779b-fccae75b86d5@kernel.dk> (raw)

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


             reply	other threads:[~2021-06-12 15:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-12 15:13 Jens Axboe [this message]
2021-06-12 19:09 ` [GIT PULL] Block fixes for 5.13-rc6 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=502db269-c291-5675-779b-fccae75b86d5@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=linux-block@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.