All of 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.14-rc5
Date: Sat, 7 Aug 2021 10:50:26 -0600	[thread overview]
Message-ID: <9c6e6b8b-ef8e-6c14-1afd-e18569c3df45@kernel.dk> (raw)

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(-)

-- 
Jens Axboe


             reply	other threads:[~2021-08-07 16:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-07 16:50 Jens Axboe [this message]
2021-08-07 18:21 ` [GIT PULL] Block fixes for 5.14-rc5 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=9c6e6b8b-ef8e-6c14-1afd-e18569c3df45@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.