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.2-rc3
Date: Fri, 10 Jul 2026 22:32:27 -0600 [thread overview]
Message-ID: <b7a2570e-321c-4a27-b97f-d95b3d2b8a16@kernel.dk> (raw)
Hi Linus,
A set of block fixes for 7.2-rc3. This contains:
- Limit blk_hctx_poll() to one jiffy. Prevents buggy drivers from
spinning for too long, hence triggering a stalled RCU read secion
warning.
- Avoid a potential deadlock on zone revalidation failure, which could
otherwise trigger a lockdep circular locking splat during a SCSI disk
rescan.
- Remove a redundant GD_NEED_PART_SCAN set in add_disk_final().
- Make writes to queue/wbt_lat_usec honor the WBT enable state.
- ublk fix to snapshot the batch commands before preparing IO, so that
userspace can't change an already processed tag and trip the
WARN_ON_ONCE() in the rollback path.
- xen-blkfront fix for a double completion of split requests on resume.
- drbd fix to reject data replies with an out-of-range payload size.
Please pull!
The following changes since commit a1c8bdbbd72564cebb0d02948c1ed57b80b2e773:
block: handle REQ_OP_ZONE_APPEND in __bio_integrity_action (2026-06-24 06:53:25 -0600)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git tags/block-7.2-20260710
for you to fetch changes up to 181bb9c9eae4f69fe510a62a42c2932d0314a800:
block: remove redundant GD_NEED_PART_SCAN in add_disk_final() (2026-07-10 09:08:50 -0600)
----------------------------------------------------------------
block-7.2-20260710
----------------------------------------------------------------
Anuj Gupta (1):
blk-mq: bound blk_hctx_poll() to one jiffy
Connor Williamson (1):
block: remove redundant GD_NEED_PART_SCAN in add_disk_final()
Damien Le Moal (1):
block: avoid potential deadlock on zone revalidation failure
Doruk Tan Ozturk (1):
xen-blkfront: fix double completion of split requests on resume
Guzebing (1):
block: Make WBT latency writes honor enable state
Michael Bommarito (1):
drbd: reject data replies with an out-of-range payload size
Yousef Alhouseen (1):
ublk: snapshot batch commands before preparing I/O
block/blk-mq.c | 3 ++-
block/blk-wbt.c | 21 ++++++++++++++++++-
block/blk-zoned.c | 42 +++++++++++++++++++++++++-------------
block/blk.h | 4 ++--
block/genhd.c | 6 +-----
drivers/block/drbd/drbd_receiver.c | 5 +++++
drivers/block/ublk_drv.c | 13 +++++++++++-
drivers/block/xen-blkfront.c | 9 ++++++++
8 files changed, 79 insertions(+), 24 deletions(-)
--
Jens Axboe
next reply other threads:[~2026-07-11 4:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-11 4:32 Jens Axboe [this message]
2026-07-11 17:14 ` [GIT PULL] Block fixes for 7.2-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=b7a2570e-321c-4a27-b97f-d95b3d2b8a16@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