public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH stable 00/11] io_uring for-stable
@ 2021-01-26 11:16 Pavel Begunkov
  2021-01-26 11:17 ` [PATCH stable 01/11] kernel/io_uring: cancel io_uring before task works Pavel Begunkov
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Pavel Begunkov @ 2021-01-26 11:16 UTC (permalink / raw)
  To: stable; +Cc: Jens Axboe

Rebased on linux-5.10.y, stable tags added. The first was dropped
before, most of others make it right.

Pavel Begunkov (11):
  kernel/io_uring: cancel io_uring before task works
  io_uring: inline io_uring_attempt_task_drop()
  io_uring: add warn_once for io_uring_flush()
  io_uring: stop SQPOLL submit on creator's death
  io_uring: fix null-deref in io_disable_sqo_submit
  io_uring: do sqo disable on install_fd error
  io_uring: fix false positive sqo warning on flush
  io_uring: fix uring_flush in exit_files() warning
  io_uring: fix skipping disabling sqo on exec
  io_uring: dont kill fasync under completion_lock
  io_uring: fix sleeping under spin in __io_clean_op

 fs/file.c     |   2 -
 fs/io_uring.c | 119 +++++++++++++++++++++++++++++++++++---------------
 kernel/exit.c |   2 +
 3 files changed, 86 insertions(+), 37 deletions(-)

-- 
2.24.0


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

end of thread, other threads:[~2021-01-26 21:56 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-26 11:16 [PATCH stable 00/11] io_uring for-stable Pavel Begunkov
2021-01-26 11:17 ` [PATCH stable 01/11] kernel/io_uring: cancel io_uring before task works Pavel Begunkov
2021-01-26 11:17 ` [PATCH stable 02/11] io_uring: inline io_uring_attempt_task_drop() Pavel Begunkov
2021-01-26 11:17 ` [PATCH stable 03/11] io_uring: add warn_once for io_uring_flush() Pavel Begunkov
2021-01-26 11:17 ` [PATCH stable 04/11] io_uring: stop SQPOLL submit on creator's death Pavel Begunkov
2021-01-26 11:17 ` [PATCH stable 05/11] io_uring: fix null-deref in io_disable_sqo_submit Pavel Begunkov
2021-01-26 11:17 ` [PATCH stable 06/11] io_uring: do sqo disable on install_fd error Pavel Begunkov
2021-01-26 11:17 ` [PATCH stable 07/11] io_uring: fix false positive sqo warning on flush Pavel Begunkov
2021-01-26 11:17 ` [PATCH stable 08/11] io_uring: fix uring_flush in exit_files() warning Pavel Begunkov
2021-01-26 11:17 ` [PATCH stable 09/11] io_uring: fix skipping disabling sqo on exec Pavel Begunkov
2021-01-26 11:17 ` [PATCH stable 10/11] io_uring: dont kill fasync under completion_lock Pavel Begunkov
2021-01-26 11:17 ` [PATCH stable 11/11] io_uring: fix sleeping under spin in __io_clean_op Pavel Begunkov
2021-01-26 17:13 ` [PATCH stable 00/11] io_uring for-stable Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox