Merge branch 'for-5.20/io_uring' into for-5.20/io_uring-iter
authorJens Axboe <axboe@kernel.dk>
Thu, 21 Jul 2022 17:14:36 +0000 (11:14 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 21 Jul 2022 17:14:36 +0000 (11:14 -0600)
commit5f38bdaa70fb45b50189c65165d401a7ef6a833d
tree354e1dbf4ed1803ab555206aa5fd834d53be564b
parent943061e4e55d0e0f3f16a81c3f211f6ee752ec3f
parentc910349016b32287068687248ea72987a2b40064
Merge branch 'for-5.20/io_uring' into for-5.20/io_uring-iter

* for-5.20/io_uring: (174 commits)
  io_uring: ensure REQ_F_ISREG is set async offload
  net: fix compat pointer in get_compat_msghdr()
  io_uring: Don't require reinitable percpu_ref
  io_uring: fix types in io_recvmsg_multishot_overflow
  io_uring: Use atomic_long_try_cmpxchg in __io_account_mem
  io_uring: support multishot in recvmsg
  net: copy from user before calling __get_compat_msghdr
  net: copy from user before calling __copy_msghdr
  io_uring: support 0 length iov in buffer select in compat
  io_uring: fix multishot ending when not polled
  io_uring: add netmsg cache
  io_uring: impose max limit on apoll cache
  io_uring: add abstraction around apoll cache
  io_uring: move apoll cache to poll.c
  io_uring: consolidate hash_locked io-wq handling
  io_uring: clear REQ_F_HASH_LOCKED on hash removal
  io_uring: don't race double poll setting REQ_F_ASYNC_DATA
  io_uring: don't miss setting REQ_F_DOUBLE_POLL
  io_uring: disable multishot recvmsg
  io_uring: only trace one of complete or overflow
  ...

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/rw.c