mbox series

[GIT,PULL] Block fix for 6.13-rc7

Message ID 7f932dbd-f009-4df8-8d8e-618ec036a004@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] Block fix for 6.13-rc7 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.13-20250111

Message

Jens Axboe Jan. 11, 2025, 4:19 p.m. UTC
Hi Linus,

Just a single fix for a use-after-free in the BFQ IO scheduler. Please
pull!


The following changes since commit cc0331e29fce4c3c2eaedeb7029360be6ed1185c:

  Merge tag 'nvme-6.13-2024-12-31' of git://git.infradead.org/nvme into block-6.13 (2024-12-31 10:41:58 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.13-20250111

for you to fetch changes up to fcede1f0a043ccefe9bc6ad57f12718e42f63f1d:

  block, bfq: fix waker_bfqq UAF after bfq_split_bfqq() (2025-01-09 06:52:46 -0700)

----------------------------------------------------------------
block-6.13-20250111

----------------------------------------------------------------
Yu Kuai (1):
      block, bfq: fix waker_bfqq UAF after bfq_split_bfqq()

 block/bfq-iosched.c | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 11, 2025, 8:01 p.m. UTC | #1
The pull request you sent on Sat, 11 Jan 2025 09:19:41 -0700:

> git://git.kernel.dk/linux.git tags/block-6.13-20250111

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/05c2d1f2728240f7cd750ea389d4ad87fba0ad03

Thank you!