mbox series

[GIT,PULL] Block fixes for 6.13-rc4

Message ID 0369cf3f-fc02-46d0-b540-b021ce981f5c@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] Block fixes for 6.13-rc4 | expand

Pull-request

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

Message

Jens Axboe Dec. 20, 2024, 4:25 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Dec. 20, 2024, 10:12 p.m. UTC | #1
The pull request you sent on Fri, 20 Dec 2024 09:25:37 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/11167b29e53b9a06635309445ead7edfd54e6616

Thank you!