public inbox for [email protected]
 help / color / mirror / Atom feed
From: Jens Axboe <[email protected]>
To: Linus Torvalds <[email protected]>
Cc: io-uring <[email protected]>
Subject: [GIT PULL] io_uring fixes for 6.5-rc1
Date: Mon, 3 Jul 2023 14:13:00 -0600	[thread overview]
Message-ID: <[email protected]> (raw)

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(-)

-- 
Jens Axboe


             reply	other threads:[~2023-07-03 20:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-03 20:13 Jens Axboe [this message]
2023-07-04  2:07 ` [GIT PULL] io_uring fixes for 6.5-rc1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox