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(-) -- Jens Axboe