Hi Linus, A fix for sendmsg with CMSG, and the followup fix discussed for avoiding touching task->worker_private after the worker has started exiting. Please pull! The following changes since commit b6dad5178ceaf23f369c3711062ce1f2afc33644: Merge tag 'nios2_fix_v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux (2023-06-13 17:00:33 -0700) are available in the Git repository at: git://git.kernel.dk/linux.git tags/io_uring-6.4-2023-06-15 for you to fetch changes up to adeaa3f290ecf7f6a6a5c53219a4686cbdff5fbd: io_uring/io-wq: clear current->worker_private on exit (2023-06-14 12:54:55 -0600) ---------------------------------------------------------------- io_uring-6.4-2023-06-15 ---------------------------------------------------------------- Jens Axboe (2): io_uring/net: save msghdr->msg_control for retries io_uring/io-wq: clear current->worker_private on exit io_uring/io-wq.c | 7 ++++++- io_uring/net.c | 8 +++++++- 2 files changed, 13 insertions(+), 2 deletions(-) -- Jens Axboe