mbox series

[for-next,0/4] random 5.20 patches

Message ID cover.1655802465.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series random 5.20 patches | expand

Message

Pavel Begunkov June 21, 2022, 9:08 a.m. UTC
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

Comments

Jens Axboe June 21, 2022, 3:17 p.m. UTC | #1
On Tue, 21 Jun 2022 10:08:58 +0100, Pavel Begunkov wrote:
> 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
> 
> [...]

Applied, thanks!

[1/4] io_uring: fix poll_add error handling
      (no commit info)
[2/4] io_uring: improve io_run_task_work()
      (no commit info)
[3/4] io_uring: move list helpers to a separate file
      (no commit info)
[4/4] io_uring: dedup io_run_task_work
      (no commit info)

Best regards,