Merge tag 'io_uring-6.5-2023-07-03' of git://git.kernel.dk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 4 Jul 2023 01:43:10 +0000 (18:43 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 4 Jul 2023 01:43:10 +0000 (18:43 -0700)
commit4f52875366bfbd6ddc19c1045b603d853e0a889c
treea9255c2686b224e9ffdedfada20c9d358c5f0e83
parent69c9f23070f8b4651b17557a0108d07b87437ede
parentdfbe5561ae9339516a3742a3fbd678609ad59fd0
Merge tag 'io_uring-6.5-2023-07-03' of git://git.kernel.dk/linux

Pull io_uring fixes from Jens Axboe:
 "The fix for the msghdr->msg_inq assigned value being wrong, using -1
  instead of -1U for the signed type.

  Also 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."

* tag 'io_uring-6.5-2023-07-03' of git://git.kernel.dk/linux:
  io_uring: flush offloaded and delayed task_work on exit
  io_uring: remove io_fallback_tw() forward declaration
  io_uring/net: use proper value for msg_inq
io_uring/net.c