Hi Linus, Just a single fix from Christoph/Ming, fixing a case where integrity IO could be called without havint an appropriate queue reference. Please pull! The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: Linux 6.7-rc1 (2023-11-12 16:19:07 -0800) are available in the Git repository at: git://git.kernel.dk/linux.git tags/block-6.7-2023-11-17 for you to fetch changes up to b0077e269f6c152e807fdac90b58caf012cdbaab: blk-mq: make sure active queue usage is held for bio_integrity_prep() (2023-11-13 08:52:52 -0700) ---------------------------------------------------------------- block-6.7-2023-11-17 ---------------------------------------------------------------- Christoph Hellwig (1): blk-mq: make sure active queue usage is held for bio_integrity_prep() block/blk-mq.c | 75 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 38 insertions(+), 37 deletions(-) -- Jens Axboe