* [GIT PULL] Block fixes for 6.19-rc5
@ 2026-01-09 18:47 Jens Axboe
2026-01-10 2:15 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2026-01-09 18:47 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-block@vger.kernel.org
Hi Linus,
A few fixes that should go into block for the 6.19-rc5 kernel release.
This pull request contains:
- Kill unlikely checks for blk-rq-qos. These checks are really
all-or-nothing, either the branch is taken all the time, or it's not.
Depending on the configuration, either one of those cases may be true.
Just remove the annotation.
- Fix for merging bios with different app tags set.
- Fix for a recently introduced slowdown due to RCU synchronization.
- Fix for a status change on loop while it's in use, and then a later
fix for that fix.
- Fix for the async partition scanning in ublk.
Please pull!
The following changes since commit 69153e8b97ebe2afc0dd101767a9805130305500:
block, bfq: update outdated comment (2026-01-01 08:57:37 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git tags/block-6.19-20260109
for you to fetch changes up to f0d385f6689f37a2828c686fb279121df006b4cb:
ublk: fix use-after-free in ublk_partition_scan_work (2026-01-09 06:55:30 -0700)
----------------------------------------------------------------
block-6.19-20260109
----------------------------------------------------------------
Breno Leitao (1):
blk-rq-qos: Remove unlikely() hints from QoS checks
Caleb Sander Mateos (1):
block: don't merge bios with different app_tags
Mikulas Patocka (1):
blk-mq: avoid stall during boot due to synchronize_rcu_expedited
Ming Lei (1):
ublk: fix use-after-free in ublk_partition_scan_work
Raphael Pinsonneault-Thibeault (1):
loop: don't change loop device under exclusive opener in loop_set_status
Tetsuo Handa (1):
loop: add missing bd_abort_claiming in loop_set_status
block/blk-integrity.c | 23 ++++++++++++++++++-----
block/blk-mq.c | 3 +--
block/blk-rq-qos.h | 25 +++++++++----------------
drivers/block/loop.c | 45 +++++++++++++++++++++++++++++++++------------
drivers/block/ublk_drv.c | 37 ++++++++++++++++++++++---------------
5 files changed, 83 insertions(+), 50 deletions(-)
--
Jens Axboe
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] Block fixes for 6.19-rc5
2026-01-09 18:47 [GIT PULL] Block fixes for 6.19-rc5 Jens Axboe
@ 2026-01-10 2:15 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2026-01-10 2:15 UTC (permalink / raw)
To: Jens Axboe; +Cc: Linus Torvalds, linux-block@vger.kernel.org
The pull request you sent on Fri, 9 Jan 2026 11:47:15 -0700:
> https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git tags/block-6.19-20260109
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/cb2076b0910f3b19036ec7d50530113fcb9736c8
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-01-10 2:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-09 18:47 [GIT PULL] Block fixes for 6.19-rc5 Jens Axboe
2026-01-10 2:15 ` 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