Merge branch 'io_uring-7.0' into for-7.1/io_uring
authorJens Axboe <axboe@kernel.dk>
Sat, 14 Mar 2026 14:57:15 +0000 (08:57 -0600)
committerJens Axboe <axboe@kernel.dk>
Sat, 14 Mar 2026 14:57:15 +0000 (08:57 -0600)
commit0e46cb553f35517f9ac946de0f1a2cfab7c156b6
treeb1fc9361271dbe9bf38f537488b7051ddd4e3ea5
parentcb9487333652b2cfb4f10ef596fc5b675241cae9
parentc2c185be5c85d37215397c8e8781abf0a69bec1f
Merge branch 'io_uring-7.0' into for-7.1/io_uring

Merge upstream io_uring fixes to avoid conflicts in later patches.

* io_uring-7.0:
  io_uring/kbuf: check if target buffer list is still legacy on recycle
  io_uring: fix physical SQE bounds check for SQE_MIXED 128-byte ops
  io_uring/eventfd: use ctx->rings_rcu for flags checking
  io_uring: ensure ctx->rings is stable for task work flags manipulation
  io_uring/bpf_filter: use bpf_prog_run_pin_on_cpu() to prevent migration
  io_uring/register: fix comment about task_no_new_privs
io_uring/bpf_filter.c
io_uring/eventfd.c
io_uring/io_uring.c
io_uring/kbuf.c
io_uring/register.c