Message ID | d2d1c92b-e682-9fbb-120b-23a8726c142d@kernel.dk (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL] io_uring fixes for 6.4-rc7 | expand |
The pull request you sent on Fri, 16 Jun 2023 10:12:03 -0600:
> git://git.kernel.dk/linux.git tags/io_uring-6.4-2023-06-15
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3a12faba95f99d166a18588fa9b2b2df99eb1146
Thank you!
Hi Jens, > 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 Can you please have a look at https://lore.kernel.org/io-uring/b104c37a-a605-e3c8-67ab-45f27e158e21@samba.org/ Before this goes into stable releases... Thanks! metze
On 6/19/23 6:04 AM, Stefan Metzmacher wrote: > Hi Jens, > >> 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 > > Can you please have a look at > https://lore.kernel.org/io-uring/b104c37a-a605-e3c8-67ab-45f27e158e21@samba.org/ > Before this goes into stable releases... Done, I'll prep a patch fixing the WAITALL case.