* [GIT PULL] Block fixes for 7.2-rc3
@ 2026-07-11 4:32 Jens Axboe
2026-07-11 17:14 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2026-07-11 4:32 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-block@vger.kernel.org
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-07-11 17:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-11 4:32 [GIT PULL] Block fixes for 7.2-rc3 Jens Axboe
2026-07-11 17:14 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox