Just random patches, 1/4 is a poll fix. Pavel Begunkov (4): io_uring: fix poll_add error handling io_uring: improve io_run_task_work() io_uring: move list helpers to a separate file io_uring: dedup io_run_task_work io_uring/filetable.h | 2 + io_uring/io-wq.c | 18 ++---- io_uring/io-wq.h | 131 ---------------------------------------- io_uring/io_uring.h | 3 +- io_uring/poll.c | 9 +-- io_uring/slist.h | 138 +++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 148 insertions(+), 153 deletions(-) create mode 100644 io_uring/slist.h -- 2.36.1