OSDN Git Service

Merge tag 'io_uring-6.4-2023-06-15' of git://git.kernel.dk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Jun 2023 19:27:20 +0000 (12:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Jun 2023 19:27:20 +0000 (12:27 -0700)
commit3a12faba95f99d166a18588fa9b2b2df99eb1146
tree3c665dc045583f3bbed848fdf7076285e092b00e
parentb4af682124c5b892f554d7fa4d21216530d8da4b
parentadeaa3f290ecf7f6a6a5c53219a4686cbdff5fbd
Merge tag 'io_uring-6.4-2023-06-15' of git://git.kernel.dk/linux

Pull io_uring fixes from Jens Axboe:
 "A fix for sendmsg with CMSG, and the followup fix discussed for
  avoiding touching task->worker_private after the worker has started
  exiting"

* tag 'io_uring-6.4-2023-06-15' of git://git.kernel.dk/linux:
  io_uring/io-wq: clear current->worker_private on exit
  io_uring/net: save msghdr->msg_control for retries