Hi all, After merging the scsi-mkp tree, today's linux-next build (arm multi_v7_defconfig) failed like this: drivers/usb/storage/uas.c: In function 'uas_slave_alloc': drivers/usb/storage/uas.c:826:17: error: implicit declaration of function 'blk_queue_max_hw_sectors'; did you mean 'queue_max_hw_sectors'? [-Werror=implicit-function-declaration] 826 | blk_queue_max_hw_sectors(sdev->request_queue, 64); | ^~~~~~~~~~~~~~~~~~~~~~~~ | queue_max_hw_sectors cc1: some warnings being treated as errors Caused by commit a2ad002485c4 ("scsi: block: Remove now unused queue limits helpers") I have used the scsi-mkp tree from next-20240411 for today. -- Cheers, Stephen Rothwell