From: Jens Axboe Date: Thu, 23 Sep 2021 15:15:16 +0000 (-0600) Subject: t/io_uring: ensure batch counts are smaller or equal to depth X-Git-Tag: fio-3.29~96 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;ds=sidebyside;h=c53476111d5ede61d24b3fa181fa2d19d3a3e6bc;hp=c53476111d5ede61d24b3fa181fa2d19d3a3e6bc;p=fio.git t/io_uring: ensure batch counts are smaller or equal to depth If you use a batch submit or complete count that's larger than the depth, then t/io_uring will stall. Make sure to sanitize the counts so that any batch values is always <= total depth. Signed-off-by: Jens Axboe ---