Hi Linus, A few minor fixes for 5.17-rc6: - Add a conditional schedule point in io_add_buffers() (Eric) - Fix for a quiesce speedup merged in this release (Dylan) - Don't convert to jiffies for event timeout waiting, it's way too coarse when we accept a timespec as input (me) Please pull! The following changes since commit 0a3f1e0beacf6cc8ae5f846b0641c1df476e83d6: mm: io_uring: allow oom-killer from io_uring_setup (2022-02-07 08:44:01 -0700) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/io_uring-5.17-2022-02-23 for you to fetch changes up to 80912cef18f16f8fe59d1fb9548d4364342be360: io_uring: disallow modification of rsrc_data during quiesce (2022-02-22 09:57:32 -0700) ---------------------------------------------------------------- io_uring-5.17-2022-02-23 ---------------------------------------------------------------- Dylan Yudaken (1): io_uring: disallow modification of rsrc_data during quiesce Eric Dumazet (1): io_uring: add a schedule point in io_add_buffers() Jens Axboe (1): io_uring: don't convert to jiffies for waiting on timeouts fs/io_uring.c | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) -- Jens Axboe