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