Hi Linus, Just a single fix for a regression in how overflow is handled for multishot accept requests. Please pull! The following changes since commit 72bd80252feeb3bef8724230ee15d9f7ab541c6e: io_uring/net: fix sr->len for IORING_OP_RECV with MSG_WAITALL and buffers (2024-02-01 06:42:36 -0700) are available in the Git repository at: git://git.kernel.dk/linux.git tags/io_uring-6.8-2024-02-16 for you to fetch changes up to a37ee9e117ef73bbc2f5c0b31911afd52d229861: io_uring/net: fix multishot accept overflow handling (2024-02-14 18:30:19 -0700) ---------------------------------------------------------------- io_uring-6.8-2024-02-16 ---------------------------------------------------------------- Jens Axboe (1): io_uring/net: fix multishot accept overflow handling io_uring/net.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -- Jens Axboe