All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-next 0/4] random 5.20 patches
@ 2022-06-21  9:08 Pavel Begunkov
  2022-06-21  9:08 ` [PATCH for-next 1/4] io_uring: fix poll_add error handling Pavel Begunkov
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Pavel Begunkov @ 2022-06-21  9:08 UTC (permalink / raw)
  To: io-uring; +Cc: Jens Axboe, asml.silence

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-06-21 15:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-21  9:08 [PATCH for-next 0/4] random 5.20 patches Pavel Begunkov
2022-06-21  9:08 ` [PATCH for-next 1/4] io_uring: fix poll_add error handling Pavel Begunkov
2022-06-21  9:09 ` [PATCH for-next 2/4] io_uring: improve io_run_task_work() Pavel Begunkov
2022-06-21  9:09 ` [PATCH for-next 3/4] io_uring: move list helpers to a separate file Pavel Begunkov
2022-06-21  9:09 ` [PATCH for-next 4/4] io_uring: dedup io_run_task_work Pavel Begunkov
2022-06-21 15:17 ` [PATCH for-next 0/4] random 5.20 patches Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.