mbox series

[GIT,PULL] io_uring fixes for 6.5-rc1

Message ID f866804b-759f-b2b1-a47e-7183de80da7b@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fixes for 6.5-rc1 | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.5-2023-07-03

Message

Jens Axboe July 3, 2023, 8:13 p.m. UTC
Hi Linus,

This pull request has a fix for the msghdr->msg_inq assigned value being
wrong, using -1 instead for the signed type. And then a fix for ensuring
when we're trying to run task_work on an exiting task, that we wait for
it. This is not really a correctness thing as the work is being
canceled, but it does help with ensuring file descriptors are closed
when the task has exited.

Please pull!


The following changes since commit 1ef6663a587ba3e57dc5065a477db1c64481eedd:

  Merge tag 'tag-chrome-platform-for-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux (2023-06-26 20:12:07 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.5-2023-07-03

for you to fetch changes up to dfbe5561ae9339516a3742a3fbd678609ad59fd0:

  io_uring: flush offloaded and delayed task_work on exit (2023-06-28 11:06:05 -0600)

----------------------------------------------------------------
io_uring-6.5-2023-07-03

----------------------------------------------------------------
Jens Axboe (3):
      io_uring/net: use proper value for msg_inq
      io_uring: remove io_fallback_tw() forward declaration
      io_uring: flush offloaded and delayed task_work on exit

 io_uring/io_uring.c | 49 ++++++++++++++++++++++++++++++++-----------------
 io_uring/net.c      |  8 ++++----
 2 files changed, 36 insertions(+), 21 deletions(-)

Comments

pr-tracker-bot@kernel.org July 4, 2023, 2:07 a.m. UTC | #1
The pull request you sent on Mon, 3 Jul 2023 14:13:00 -0600:

> git://git.kernel.dk/linux.git tags/io_uring-6.5-2023-07-03

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

Thank you!