All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] stable-6.1 io_uring patches
@ 2023-09-12 13:57 Pavel Begunkov
  2023-09-12 13:57 ` [PATCH 1/6] io_uring: always lock in io_apoll_task_func Pavel Begunkov
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Pavel Begunkov @ 2023-09-12 13:57 UTC (permalink / raw)
  To: stable; +Cc: Jens Axboe, asml.silence

Recently failed to apply io_uring stable-6.1 patches

Dylan Yudaken (2):
  io_uring: always lock in io_apoll_task_func
  io_uring: revert "io_uring fix multishot accept ordering"

Gabriel Krisman Bertazi (1):
  io_uring: Don't set affinity on a dying sqpoll thread

Jens Axboe (1):
  io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPOLL is used

Pavel Begunkov (2):
  io_uring/net: don't overflow multishot accept
  io_uring: break out of iowq iopoll on teardown

 io_uring/io-wq.c    | 17 +++++++++++++++--
 io_uring/io-wq.h    |  3 ++-
 io_uring/io_uring.c | 31 ++++++++++++++++++++-----------
 io_uring/net.c      |  8 ++++----
 io_uring/poll.c     |  3 ++-
 io_uring/sqpoll.c   | 17 +++++++++++++++++
 io_uring/sqpoll.h   |  1 +
 7 files changed, 61 insertions(+), 19 deletions(-)

-- 
2.41.0


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

end of thread, other threads:[~2023-09-12 13:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-12 13:57 [PATCH 0/6] stable-6.1 io_uring patches Pavel Begunkov
2023-09-12 13:57 ` [PATCH 1/6] io_uring: always lock in io_apoll_task_func Pavel Begunkov
2023-09-12 13:57 ` [PATCH 2/6] io_uring: revert "io_uring fix multishot accept ordering" Pavel Begunkov
2023-09-12 13:57 ` [PATCH 3/6] io_uring/net: don't overflow multishot accept Pavel Begunkov
2023-09-12 13:57 ` [PATCH 4/6] io_uring: break out of iowq iopoll on teardown Pavel Begunkov
2023-09-12 13:57 ` [PATCH 5/6] io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPOLL is used Pavel Begunkov
2023-09-12 13:57 ` [PATCH 6/6] io_uring: Don't set affinity on a dying sqpoll thread Pavel Begunkov

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.