Hi Linus, Nothing major in here, just two fixes for ensuring that bundle recv/send requests always get marked for cleanups, and a single fix for ensuring that sends with provided buffers only pick a single buffer unless the bundle option has been enabled. Please pull! The following changes since commit c3fca4fb83f7c84cd1e1aa9fe3a0e220ce8f30fb: io_uring: remove unused local list heads in NAPI functions (2024-07-30 06:20:20 -0600) are available in the Git repository at: git://git.kernel.dk/linux.git tags/io_uring-6.11-20240809 for you to fetch changes up to 8fe8ac24adcd76b12edbfdefa078567bfff117d4: io_uring/net: don't pick multiple buffers for non-bundle send (2024-08-07 15:20:52 -0600) ---------------------------------------------------------------- io_uring-6.11-20240809 ---------------------------------------------------------------- Jens Axboe (3): io_uring/net: ensure expanded bundle recv gets marked for cleanup io_uring/net: ensure expanded bundle send gets marked for cleanup io_uring/net: don't pick multiple buffers for non-bundle send io_uring/net.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -- Jens Axboe