mbox series

[GIT,PULL] Block fixes for 5.14-rc5

Message ID 9c6e6b8b-ef8e-6c14-1afd-e18569c3df45@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 5.14-rc5 | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/block-5.14-2021-08-07

Message

Jens Axboe Aug. 7, 2021, 4:50 p.m. UTC
Hi Linus,

A few minor fixes:

- Fix ldm kernel-doc warning (Bart)

- Fix adding offset twice for DMA address in n64cart (Christoph)

- Fix use-after-free in dasd path handling (Stefan)

- Order kyber insert trace correctly (Vincent)

- raid1 errored write handling fix (Wei)

- Fix blk-iolatency queue get failure handling (Yu)

Please pull!


The following changes since commit 340e84573878b2b9d63210482af46883366361b9:

  block: delay freeing the gendisk (2021-07-27 19:35:47 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-5.14-2021-08-07

for you to fetch changes up to fb7b9b0231ba8f77587c23f5257a4fdb6df1219e:

  kyber: make trace_block_rq call consistent with documentation (2021-08-06 16:40:47 -0600)

----------------------------------------------------------------
block-5.14-2021-08-07

----------------------------------------------------------------
Bart Van Assche (1):
      block/partitions/ldm.c: Fix a kernel-doc warning

Christoph Hellwig (1):
      n64cart: fix the dma address in n64cart_do_bvec

Jens Axboe (1):
      Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-5.14

Stefan Haberland (1):
      s390/dasd: fix use after free in dasd path handling

Vincent Fu (1):
      kyber: make trace_block_rq call consistent with documentation

Wei Shuyu (1):
      md/raid10: properly indicate failure when ending a failed write request

Yu Kuai (1):
      blk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit()

 block/blk-iolatency.c          |  6 +++++-
 block/kyber-iosched.c          |  2 +-
 block/partitions/ldm.c         |  2 +-
 drivers/block/n64cart.c        |  2 +-
 drivers/md/raid1.c             |  2 --
 drivers/md/raid10.c            |  4 ++--
 drivers/s390/block/dasd_eckd.c | 13 +++++++++++--
 7 files changed, 21 insertions(+), 10 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 7, 2021, 6:21 p.m. UTC | #1
The pull request you sent on Sat, 7 Aug 2021 10:50:26 -0600:

> git://git.kernel.dk/linux-block.git tags/block-5.14-2021-08-07

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

Thank you!