Hi Linus, - Out of bounds fix for the cq size cap from earlier this release (Joseph) - iov_iter type check fix (Pavel) - Files grab + cancelation fix (Pavel) Please pull! The following changes since commit 418baf2c28f3473039f2f7377760bd8f6897ae18: Linux 5.10-rc5 (2020-11-22 15:36:08 -0800) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/io_uring-5.10-2020-11-27 for you to fetch changes up to af60470347de6ac2b9f0cc3703975a543a3de075: io_uring: fix files grab/cancel race (2020-11-26 08:50:21 -0700) ---------------------------------------------------------------- io_uring-5.10-2020-11-27 ---------------------------------------------------------------- Joseph Qi (1): io_uring: fix shift-out-of-bounds when round up cq size Pavel Begunkov (2): io_uring: fix ITER_BVEC check io_uring: fix files grab/cancel race fs/io_uring.c | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) -- Jens Axboe