Hi Linus, A few little fixes that should go into the 6.9 kernel release: - Fix for sigmask restoring while waiting for events (Alexey) - Typo fix in comment (Haiyue) - Fix for a msg_control retstore on SEND_ZC retries (Pavel) Please pull! The following changes since commit 561e4f9451d65fc2f7eef564e0064373e3019793: io_uring/kbuf: hold io_buffer_list reference over mmap (2024-04-02 19:03:27 -0600) are available in the Git repository at: git://git.kernel.dk/linux.git tags/io_uring-6.9-20240412 for you to fetch changes up to ff81dade48608363136d52bb2493a6df76458b28: io-uring: correct typo in comment for IOU_F_TWQ_LAZY_WAKE (2024-04-09 15:00:35 -0600) ---------------------------------------------------------------- io_uring-6.9-20240412 ---------------------------------------------------------------- Alexey Izbyshev (1): io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failure Haiyue Wang (1): io-uring: correct typo in comment for IOU_F_TWQ_LAZY_WAKE Pavel Begunkov (1): io_uring/net: restore msg_control on sendzc retry include/linux/io_uring_types.h | 2 +- io_uring/io_uring.c | 26 +++++++++++++------------- io_uring/net.c | 1 + 3 files changed, 15 insertions(+), 14 deletions(-) -- Jens Axboe