Hi Linus, Fixes for the block area for 6.13-rc4. This pull request contains: - Minor cleanups for bdev/nvme using the helpers introduced - Revert of a deadlock fix that still needs more work - Fix a UAF of hctx in the cpu hotplug code Please pull! The following changes since commit be26ba96421ab0a8fa2055ccf7db7832a13c44d2: block: Fix potential deadlock while freezing queue and acquiring sysfs_lock (2024-12-13 10:51:58 -0700) are available in the Git repository at: git://git.kernel.dk/linux.git tags/block-6.13-20241220 for you to fetch changes up to 85672ca9ceeaa1dcf2777a7048af5f4aee3fd02b: block: avoid to reuse `hctx` not removed from cpuhp callback list (2024-12-18 07:25:37 -0700) ---------------------------------------------------------------- block-6.13-20241220 ---------------------------------------------------------------- Luis Chamberlain (2): block/bdev: use helper for max block size check nvme: use blk_validate_block_size() for max LBA check Ming Lei (2): block: Revert "block: Fix potential deadlock while freezing queue and acquiring sysfs_lock" block: avoid to reuse `hctx` not removed from cpuhp callback list block/bdev.c | 3 +-- block/blk-mq-sysfs.c | 16 ++++++++++------ block/blk-mq.c | 40 +++++++++++++++++++++------------------- block/blk-sysfs.c | 4 ++-- drivers/nvme/host/core.c | 2 +- 5 files changed, 35 insertions(+), 30 deletions(-) -- Jens Axboe