mbox series

[GIT,PULL] io_uring fixes for 6.4-final

Message ID 5076b757-3858-ed2d-4855-f2d59e4fc76a@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fixes for 6.4-final | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.4-2023-06-21

Message

Jens Axboe June 22, 2023, 2:19 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org June 23, 2023, 1:03 a.m. UTC | #1
The pull request you sent on Wed, 21 Jun 2023 20:19:04 -0600:

> git://git.kernel.dk/linux.git tags/io_uring-6.4-2023-06-21

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c213de632f7ae293409051733d24c7c6afc15292

Thank you!