From: Pavel Begunkov <asml.silence@gmail.com>
To: stable@vger.kernel.org
Cc: Jens Axboe <axboe@kernel.dk>
Subject: [PATCH stable 00/11] io_uring for-stable
Date: Tue, 26 Jan 2021 11:16:59 +0000 [thread overview]
Message-ID: <cover.1611659564.git.asml.silence@gmail.com> (raw)
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
next reply other threads:[~2021-01-26 11:23 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-26 11:16 Pavel Begunkov [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1611659564.git.asml.silence@gmail.com \
--to=asml.silence@gmail.com \
--cc=axboe@kernel.dk \
--cc=stable@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.