From: Greg KH <gregkh@linuxfoundation.org>
To: Pavel Begunkov <asml.silence@gmail.com>
Cc: stable@vger.kernel.org, Jens Axboe <axboe@kernel.dk>
Subject: Re: [PATCH stable 5.10 00/16] stable 5.10 backports
Date: Wed, 10 Feb 2021 15:09:38 +0100 [thread overview]
Message-ID: <YCPpIn9S2Kcs5H0i@kroah.com> (raw)
In-Reply-To: <cover.1612845821.git.asml.silence@gmail.com>
On Tue, Feb 09, 2021 at 04:47:34AM +0000, Pavel Begunkov wrote:
> A bit more than expected because apart from 9 failed-to-apply patches
> there are lots of dependencies to them, but for the most part
> automatically merged.
>
> Hao Xu (1):
> io_uring: fix flush cqring overflow list while TASK_INTERRUPTIBLE
>
> Jens Axboe (2):
> io_uring: account io_uring internal files as REQ_F_INFLIGHT
> io_uring: if we see flush on exit, cancel related tasks
>
> Pavel Begunkov (13):
> io_uring: simplify io_task_match()
> io_uring: add a {task,files} pair matching helper
> io_uring: don't iterate io_uring_cancel_files()
> io_uring: pass files into kill timeouts/poll
> io_uring: always batch cancel in *cancel_files()
> io_uring: fix files cancellation
> io_uring: fix __io_uring_files_cancel() with TASK_UNINTERRUPTIBLE
> io_uring: replace inflight_wait with tctx->wait
> io_uring: fix cancellation taking mutex while TASK_UNINTERRUPTIBLE
> io_uring: fix list corruption for splice file_get
> io_uring: fix sqo ownership false positive warning
> io_uring: reinforce cancel on flush during exit
> io_uring: drop mm/files between task_work_submit
>
> fs/io-wq.c | 10 --
> fs/io-wq.h | 1 -
> fs/io_uring.c | 360 ++++++++++++++++++++------------------------------
> 3 files changed, 141 insertions(+), 230 deletions(-)
All now queued up, thanks!
greg k-h
prev parent reply other threads:[~2021-02-10 14:10 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-09 4:47 [PATCH stable 5.10 00/16] stable 5.10 backports Pavel Begunkov
2021-02-09 4:47 ` [PATCH 01/16] io_uring: simplify io_task_match() Pavel Begunkov
2021-02-09 4:47 ` [PATCH 02/16] io_uring: add a {task,files} pair matching helper Pavel Begunkov
2021-02-09 4:47 ` [PATCH 03/16] io_uring: don't iterate io_uring_cancel_files() Pavel Begunkov
2021-02-09 4:47 ` [PATCH 04/16] io_uring: pass files into kill timeouts/poll Pavel Begunkov
2021-02-09 4:47 ` [PATCH 05/16] io_uring: always batch cancel in *cancel_files() Pavel Begunkov
2021-02-09 4:47 ` [PATCH 06/16] io_uring: fix files cancellation Pavel Begunkov
2021-02-09 4:47 ` [PATCH 07/16] io_uring: account io_uring internal files as REQ_F_INFLIGHT Pavel Begunkov
2021-02-09 4:47 ` [PATCH 08/16] io_uring: if we see flush on exit, cancel related tasks Pavel Begunkov
2021-02-09 4:47 ` [PATCH 09/16] io_uring: fix __io_uring_files_cancel() with TASK_UNINTERRUPTIBLE Pavel Begunkov
2021-02-09 4:47 ` [PATCH 10/16] io_uring: replace inflight_wait with tctx->wait Pavel Begunkov
2021-02-09 4:47 ` [PATCH 11/16] io_uring: fix cancellation taking mutex while TASK_UNINTERRUPTIBLE Pavel Begunkov
2021-02-09 4:47 ` [PATCH 12/16] io_uring: fix flush cqring overflow list while TASK_INTERRUPTIBLE Pavel Begunkov
2021-02-09 4:47 ` [PATCH 13/16] io_uring: fix list corruption for splice file_get Pavel Begunkov
2021-02-09 4:47 ` [PATCH 14/16] io_uring: fix sqo ownership false positive warning Pavel Begunkov
2021-02-09 4:47 ` [PATCH 15/16] io_uring: reinforce cancel on flush during exit Pavel Begunkov
2021-02-09 4:47 ` [PATCH 16/16] io_uring: drop mm/files between task_work_submit Pavel Begunkov
2021-02-10 14:09 ` Greg KH [this message]
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=YCPpIn9S2Kcs5H0i@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=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.