Hi Linus, A fix for a race condition with poll removal and linked timeouts, and then a few followup fixes/tweaks for the msg_control patch from last week. Not super important, particularly the sparse fixup, as it was broken before that recent commit. But let's get it sorted for real for this release, rather than just have it broken a bit differently. Please pull! The following changes since commit adeaa3f290ecf7f6a6a5c53219a4686cbdff5fbd: io_uring/io-wq: clear current->worker_private on exit (2023-06-14 12:54:55 -0600) are available in the Git repository at: git://git.kernel.dk/linux.git tags/io_uring-6.4-2023-06-21 for you to fetch changes up to 26fed83653d0154704cadb7afc418f315c7ac1f0: io_uring/net: use the correct msghdr union member in io_sendmsg_copy_hdr (2023-06-21 07:34:17 -0600) ---------------------------------------------------------------- io_uring-6.4-2023-06-21 ---------------------------------------------------------------- Jens Axboe (4): io_uring/poll: serialize poll linked timer start with poll removal io_uring/net: clear msg_controllen on partial sendmsg retry io_uring/net: disable partial retries for recvmsg with cmsg io_uring/net: use the correct msghdr union member in io_sendmsg_copy_hdr io_uring/net.c | 17 +++++++++++------ io_uring/poll.c | 9 ++++----- 2 files changed, 15 insertions(+), 11 deletions(-) -- Jens Axboe