On Sat, 09 Nov 2024 10:27:44 +0800, Ming Lei wrote: > PAGE_SIZE may be 64K, and the max block size can be PAGE_SIZE, so any > variable for holding block size can't be defined as 'unsigned short'. > > Unfortunately commit 473516b36193 ("loop: use the atomic queue limits > update API") passes 'bsize' with type of 'unsigned short' to > loop_reconfigure_limits(), and causes LTP/ioctl_loop06 test failure: > > [...] Applied, thanks! [1/1] loop: fix type of block size commit: 8e604cac499248c75ad3a26695a743ff879ded5c Best regards, -- Jens Axboe