Linux block layer
 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 7.3-rc3
Date: Fri, 11 Sep 2026 05:34:43 -0600	[thread overview]
Message-ID: <1b9b8e2c-463e-43e1-95d7-308c07b500f0@kernel.dk> (raw)

Hi Linus,

A few block fixes for this week. This pull request contains:

- Fix the start and length check added to iov_iter_extract_bvecs(),
  which used iter_iov_addr()/iter_iov_len() helpers that aren't safe
  for the ITER_BVEC/FOLIOQ/etc iterator types passed.

- sunvdc fixes for an -EIO issue from lack of retries, and unmapping
  LDC cookies when the descriptor send fails

- Clear force_abort in ublk_queue_reset_io_flags()

- ublk selftest install fix

Please pull!


The following changes since commit 00ef2248c5dae08548f7ceb6951b022f89905330:

  Merge tag 'nvme-7.3-2026-09-03' of git://git.infradead.org/nvme into block-7.3 (2026-09-03 19:48:07 -0600)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git tags/block-7.3-20260911

for you to fetch changes up to 94b1a3ca9b8db3151f1416263704c159a9470da5:

  selftests: ublk: add batch IO cases to recover_03 (2026-09-10 20:19:21 -0600)

----------------------------------------------------------------
block-7.3-20260911

----------------------------------------------------------------
David Howells (1):
      block: Fix start and length check added to iov_iter_extract_bvecs()

Jens Axboe (1):
      sunvdc: fix -EIO issue due to lack of retries

Mahmoud Nagy Adam (1):
      selftests: ublk: install test_common.sh and trace/ scripts

Stian Halseth (1):
      sunvdc: unmap LDC cookies when the descriptor send fails

Yang Xiuwei (2):
      ublk: clear force_abort in ublk_queue_reset_io_flags()
      selftests: ublk: add batch IO cases to recover_03

 drivers/block/sunvdc.c                          | 26 ++++++++++++++++++++++++-
 drivers/block/ublk_drv.c                        |  1 +
 lib/iov_iter.c                                  | 18 +++++++++++++++--
 tools/testing/selftests/ublk/Makefile           |  2 ++
 tools/testing/selftests/ublk/test_recover_03.sh |  5 +++++
 5 files changed, 49 insertions(+), 3 deletions(-)

-- 
Jens Axboe


             reply	other threads:[~2026-09-11 11:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-11 11:34 Jens Axboe [this message]
2026-09-11 20:24 ` [GIT PULL] Block fixes for 7.3-rc3 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=1b9b8e2c-463e-43e1-95d7-308c07b500f0@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox