]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'io_uring-7.0-20260403' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 Apr 2026 18:58:04 +0000 (11:58 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 Apr 2026 18:58:04 +0000 (11:58 -0700)
commite41255ce7acc4a3412ecdaa74b32deee980d27f7
treeec79fac775fd8b36025e942932445229b8eb7d38
parentc514f73377d6e3c2d4bab6db89b5a0e4b8807fa1
parentaa35dd6bdd033dea8aa3e20cbbbe10e06b2d044f
Merge tag 'io_uring-7.0-20260403' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux

Pull io_uring fixes from Jens Axboe:

 - A previous fix in this release covered the case of the rings being
   RCU protected during resize, but it missed a few spots. This covers
   the rest

 - Fix the cBPF filters when COW'ed, introduced in this merge window

 - Fix for an attempt to import a zero sized buffer

 - Fix for a missing clamp in importing bundle buffers

* tag 'io_uring-7.0-20260403' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux:
  io_uring/bpf_filters: retain COW'ed settings on parse failures
  io_uring: protect remaining lockless ctx->rings accesses with RCU
  io_uring/rsrc: reject zero-length fixed buffer import
  io_uring/net: fix slab-out-of-bounds read in io_bundle_nbufs()
io_uring/io_uring.c
io_uring/register.c
io_uring/rsrc.c