Hi Linus, Single fix here for a regression in 6.9, and then a simple cleanup removing some dead code. Please pull! The following changes since commit b9dd56e813af002f45f6a494414d4a05dfdaa30e: Merge tag 'soundwire-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire (2024-05-21 11:23:36 -0700) are available in the Git repository at: git://git.kernel.dk/linux.git tags/io_uring-6.10-20240523 for you to fetch changes up to 547988ad0f9661cd9632bdebd63cf38e008b55b2: io_uring: remove checks for NULL 'sq_offset' (2024-05-22 11:13:44 -0600) ---------------------------------------------------------------- io_uring-6.10-20240523 ---------------------------------------------------------------- Jens Axboe (2): io_uring/sqpoll: ensure that normal task_work is also run timely io_uring: remove checks for NULL 'sq_offset' io_uring/io_uring.c | 6 ++---- io_uring/sqpoll.c | 6 ++++-- 2 files changed, 6 insertions(+), 6 deletions(-) -- Jens Axboe