Hi Linus, Just two minor fixes that should go into the 6.9 kernel release, one fixing a regression with partition scanning errors, and one fixing a WARN_ON() that can get triggered if we race with a timer. Please pull! The following changes since commit 3ec4848913d695245716ea45ca4872d9dff097a5: block: fix that blk_time_get_ns() doesn't update time after schedule (2024-04-12 08:31:54 -0600) are available in the Git repository at: git://git.kernel.dk/linux.git tags/block-6.9-20240420 for you to fetch changes up to 01bc4fda9ea0a6b52f12326486f07a4910666cf6: blk-iocost: do not WARN if iocg was already offlined (2024-04-19 08:06:24 -0600) ---------------------------------------------------------------- block-6.9-20240420 ---------------------------------------------------------------- Christoph Hellwig (1): block: propagate partition scanning errors to the BLKRRPART ioctl Li Nan (1): blk-iocost: do not WARN if iocg was already offlined block/bdev.c | 29 +++++++++++++++++++---------- block/blk-iocost.c | 7 +++++-- block/ioctl.c | 3 ++- include/linux/blkdev.h | 2 ++ 4 files changed, 28 insertions(+), 13 deletions(-) -- Jens Axboe