Hi Linus, Sending this out a bit early, as I'm heading on vacation shortly. A fix for a feature that went into the 6.10 merge window actually ended up causing a regression in building bundles for receives. Fix that up by ensuring we don't overwrite msg_inq before we use it in the loop. Please pull! The following changes since commit dbcabac138fdfc730ba458ed2199ff1f29a271fc: io_uring: signal SQPOLL task_work with TWA_SIGNAL_NO_IPI (2024-06-24 19:46:15 -0600) are available in the Git repository at: git://git.kernel.dk/linux.git tags/io_uring-6.10-20240703 for you to fetch changes up to 6e92c646f5a4230d939a0882f879fc50dfa116c5: io_uring/net: don't clear msg_inq before io_recv_buf_select() needs it (2024-07-02 09:42:10 -0600) ---------------------------------------------------------------- io_uring-6.10-20240703 ---------------------------------------------------------------- Jens Axboe (1): io_uring/net: don't clear msg_inq before io_recv_buf_select() needs it io_uring/net.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) -- Jens Axboe