Hi Linus, Single fix in here, for a missed rounding case at setup time, which caused an otherwise legitimate setup case to return -EINVAL if used with unaligned ring size values. Please pull! The following changes since commit 9a472ef7a3690ac0b77ebfb04c88fa795de2adea: io_uring: fix link lookup racing with link timeout (2020-11-05 15:36:40 -0700) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/io_uring-5.10-2020-11-13 for you to fetch changes up to 88ec3211e46344a7d10cf6cb5045f839f7785f8e: io_uring: round-up cq size before comparing with rounded sq size (2020-11-11 10:42:41 -0700) ---------------------------------------------------------------- io_uring-5.10-2020-11-13 ---------------------------------------------------------------- Jens Axboe (1): io_uring: round-up cq size before comparing with rounded sq size fs/io_uring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Jens Axboe