Hi Linus, Two small fixes for this release: - Sanitize how async prep is done for drain requests, so we ensure that it always gets done (Dylan) - A ring provided buffer recycling fix for multishot receive (me) Please pull! The following changes since commit 8caa03f10bf92cb8657408a6ece6a8a73f96ce13: io_uring/poll: don't reissue in case of poll race on multishot request (2023-01-20 15:11:54 -0700) are available in the Git repository at: git://git.kernel.dk/linux.git tags/io_uring-6.2-2023-01-27 for you to fetch changes up to ef5c600adb1d985513d2b612cc90403a148ff287: io_uring: always prep_async for drain requests (2023-01-27 06:29:29 -0700) ---------------------------------------------------------------- io_uring-6.2-2023-01-27 ---------------------------------------------------------------- Dylan Yudaken (1): io_uring: always prep_async for drain requests Jens Axboe (1): io_uring/net: cache provided buffer group value for multishot receives io_uring/io_uring.c | 18 ++++++++---------- io_uring/net.c | 11 +++++++++++ 2 files changed, 19 insertions(+), 10 deletions(-) -- Jens Axboe