Merge branch 'for-6.7/io_uring' into io_uring-futex
authorJens Axboe <axboe@kernel.dk>
Thu, 28 Sep 2023 13:46:55 +0000 (07:46 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 28 Sep 2023 13:46:55 +0000 (07:46 -0600)
* for-6.7/io_uring:
  io_uring: cancelable uring_cmd
  io_uring: retain top 8bits of uring_cmd flags for kernel internal use
  io_uring: add IORING_OP_WAITID support
  exit: add internal include file with helpers
  exit: add kernel_waitid_prepare() helper
  exit: move core of do_wait() into helper
  exit: abstract out should_wake helper for child_wait_callback()
  io_uring/rw: add support for IORING_OP_READ_MULTISHOT
  io_uring/rw: mark readv/writev as vectored in the opcode definition
  io_uring/rw: split io_read() into a helper


Trivial merge