Merge branch 'for-6.12/io_uring' into io_uring-net-coalesce
authorJens Axboe <axboe@kernel.dk>
Wed, 18 Sep 2024 10:44:42 +0000 (04:44 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 18 Sep 2024 10:44:42 +0000 (04:44 -0600)
commit76c33346d610889364c1120cd5677c67e82077c2
tree500828d034536823ff04f1453897f07fe66c3430
parent200289db261f0c8131a5756133e9d30966289c3b
parent53d69bdd5b19bb17602cb224e01aeed730ff3289
Merge branch 'for-6.12/io_uring' into io_uring-net-coalesce

* for-6.12/io_uring:
  io_uring/sqpoll: do the napi busy poll outside the submission block
  io_uring: clean up a type in io_uring_register_get_file()
  io_uring/sqpoll: do not put cpumask on stack
  io_uring/sqpoll: retain test for whether the CPU is valid
  io_uring/rsrc: change ubuf->ubuf_end to length tracking
  io_uring/rsrc: get rid of io_mapped_ubuf->folio_mask
  io_uring: rename "copy buffers" to "clone buffers"
io_uring/rsrc.c