mbox series

[GIT,PULL] Block fix for 6.13-rc5

Message ID 02b3499a-a9c2-4c0f-bea9-a9a5c7c3cf96@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] Block fix for 6.13-rc5 | expand

Pull-request

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

Message

Jens Axboe Dec. 28, 2024, 4:31 p.m. UTC
Hi Linus,

Just a single fix for ublk setup error handling. Please pull!


The following changes since commit 85672ca9ceeaa1dcf2777a7048af5f4aee3fd02b:

  block: avoid to reuse `hctx` not removed from cpuhp callback list (2024-12-18 07:25:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 75cd4005da5492129917a4a4ee45e81660556104:

  ublk: detach gendisk from ublk device if add_disk() fails (2024-12-26 06:42:55 -0700)

----------------------------------------------------------------
block-6.13-20241228

----------------------------------------------------------------
Ming Lei (1):
      ublk: detach gendisk from ublk device if add_disk() fails

 drivers/block/ublk_drv.c | 26 +++++++++++++++++---------
 1 file changed, 17 insertions(+), 9 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 28, 2024, 7:16 p.m. UTC | #1
The pull request you sent on Sat, 28 Dec 2024 09:31:48 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/059dd502b263d8a4e2a84809cf1068d6a3905e6f

Thank you!