]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'for-6.10/io_uring' into net-accept-more
authorJens Axboe <axboe@kernel.dk>
Sat, 11 May 2024 14:25:50 +0000 (08:25 -0600)
committerJens Axboe <axboe@kernel.dk>
Sat, 11 May 2024 14:25:50 +0000 (08:25 -0600)
commitad1978dbbd827c1a1a7d22d9cc9ba71989dae48a
tree6b2b571ea2abb54e6691d3597bc85162fe6746fc
parentcf87f46fd34d6c19283d9625a7822f20d90b64a4
parentdeb1e496a83557896fe0cca0b8af01c2a97c0dc6
Merge branch 'for-6.10/io_uring' into net-accept-more

* for-6.10/io_uring: (97 commits)
  io_uring: support to inject result for NOP
  io_uring: fail NOP if non-zero op flags is passed in
  io_uring/net: add IORING_ACCEPT_POLL_FIRST flag
  io_uring/net: add IORING_ACCEPT_DONTWAIT flag
  io_uring/filetable: don't unnecessarily clear/reset bitmap
  io_uring/io-wq: Use set_bit() and test_bit() at worker->flags
  io_uring/msg_ring: cleanup posting to IOPOLL vs !IOPOLL ring
  io_uring: Require zeroed sqe->len on provided-buffers send
  io_uring/notif: disable LAZY_WAKE for linked notifs
  io_uring/net: fix sendzc lazy wake polling
  io_uring/msg_ring: reuse ctx->submitter_task read using READ_ONCE instead of re-reading it
  io_uring/rw: reinstate thread check for retries
  io_uring/notif: implement notification stacking
  io_uring/notif: simplify io_notif_flush()
  net: add callback for setting a ubuf_info to skb
  net: extend ubuf_info callback to ops structure
  io_uring/net: support bundles for recv
  io_uring/net: support bundles for send
  io_uring/kbuf: add helpers for getting/peeking multiple buffers
  io_uring/net: add provided buffer support for IORING_OP_SEND
  ...
drivers/net/tun.c
include/linux/skbuff.h
net/core/skbuff.c