Hi Linus, Removal of a struct member that's unused since the 6.10 merge window, and a fix for a regression in SQPOLL wakeups, bringing it back to how it worked before the SQPOLL local task_work. Please pull! The following changes since commit a23800f08a60787dfbf2b87b2e6ed411cb629859: io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixed (2024-06-20 06:51:56 -0600) are available in the Git repository at: git://git.kernel.dk/linux.git tags/io_uring-6.10-20240627 for you to fetch changes up to dbcabac138fdfc730ba458ed2199ff1f29a271fc: io_uring: signal SQPOLL task_work with TWA_SIGNAL_NO_IPI (2024-06-24 19:46:15 -0600) ---------------------------------------------------------------- io_uring-6.10-20240627 ---------------------------------------------------------------- Jens Axboe (2): io_uring: remove dead struct io_submit_state member io_uring: signal SQPOLL task_work with TWA_SIGNAL_NO_IPI include/linux/io_uring_types.h | 1 - io_uring/io_uring.c | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) -- Jens Axboe