Hi Linus, Two minor tweaks for the NAPI handling, both from Olivier: - Kill two unused list definitions - Ensure that multishot NAPI doesn't age away Please pull! The following changes since commit 358169617602f6f71b31e5c9532a09b95a34b043: io_uring/napi: pass ktime to io_napi_adjust_timeout (2024-07-26 08:31:59 -0600) are available in the Git repository at: git://git.kernel.dk/linux.git tags/io_uring-6.11-20240802 for you to fetch changes up to c3fca4fb83f7c84cd1e1aa9fe3a0e220ce8f30fb: io_uring: remove unused local list heads in NAPI functions (2024-07-30 06:20:20 -0600) ---------------------------------------------------------------- io_uring-6.11-20240802 ---------------------------------------------------------------- Olivier Langlois (2): io_uring: keep multishot request NAPI timeout current io_uring: remove unused local list heads in NAPI functions io_uring/napi.c | 2 -- io_uring/poll.c | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) -- Jens Axboe