Commit e41255ce7acc for kernel

commit e41255ce7acc4a3412ecdaa74b32deee980d27f7
Merge: c514f73377d6 aa35dd6bdd03
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Apr 3 11:58:04 2026 -0700

    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()