]> www.infradead.org Git - users/hch/xfs.git/commit
Merge tag 'block-6.13-20241220' of git://git.kernel.dk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 20 Dec 2024 21:37:58 +0000 (13:37 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 20 Dec 2024 21:37:58 +0000 (13:37 -0800)
commit11167b29e53b9a06635309445ead7edfd54e6616
treedcce6411b09ea57feb7cd11ff8e76841b6558142
parent7c05bd92305d13e18945270b7bfaf300d53f6ed2
parent85672ca9ceeaa1dcf2777a7048af5f4aee3fd02b
Merge tag 'block-6.13-20241220' of git://git.kernel.dk/linux

Pull block fixes from Jens Axboe:

 - 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

* tag 'block-6.13-20241220' of git://git.kernel.dk/linux:
  block: avoid to reuse `hctx` not removed from cpuhp callback list
  block: Revert "block: Fix potential deadlock while freezing queue and acquiring sysfs_lock"
  nvme: use blk_validate_block_size() for max LBA check
  block/bdev: use helper for max block size check