From: Pavel Begunkov <asml.silence@gmail.com>
To: stable@vger.kernel.org
Cc: Jens Axboe <axboe@kernel.dk>, asml.silence@gmail.com
Subject: [PATCH stable-5.15 00/13] io_uring pollfree
Date: Mon, 29 Aug 2022 14:30:11 +0100 [thread overview]
Message-ID: <cover.1661594698.git.asml.silence@gmail.com> (raw)
5.15 backport of io_uring pollfree patches.
Jens Axboe (2):
io_uring: remove poll entry from list when canceling all
io_uring: bump poll refs to full 31-bits
Jiapeng Chong (1):
io_uring: Remove unused function req_ref_put
Pavel Begunkov (10):
io_uring: correct fill events helpers types
io_uring: clean cqe filling functions
io_uring: refactor poll update
io_uring: move common poll bits
io_uring: kill poll linking optimisation
io_uring: inline io_poll_complete
io_uring: poll rework
io_uring: fail links when poll fails
io_uring: fix wrong arm_poll error handling
io_uring: fix UAF due to missing POLLFREE handling
fs/io_uring.c | 746 +++++++++++++++++++++++---------------------------
1 file changed, 347 insertions(+), 399 deletions(-)
--
2.37.2
next reply other threads:[~2022-08-29 13:34 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-29 13:30 Pavel Begunkov [this message]
2022-08-29 13:30 ` [PATCH stable-5.15 01/13] io_uring: correct fill events helpers types Pavel Begunkov
2022-08-29 13:30 ` [PATCH stable-5.15 02/13] io_uring: clean cqe filling functions Pavel Begunkov
2022-08-29 13:30 ` [PATCH stable-5.15 03/13] io_uring: refactor poll update Pavel Begunkov
2022-08-29 13:30 ` [PATCH stable-5.15 04/13] io_uring: move common poll bits Pavel Begunkov
2022-08-29 13:30 ` [PATCH stable-5.15 05/13] io_uring: kill poll linking optimisation Pavel Begunkov
2022-08-29 13:30 ` [PATCH stable-5.15 06/13] io_uring: inline io_poll_complete Pavel Begunkov
2022-08-29 13:30 ` [PATCH stable-5.15 07/13] io_uring: poll rework Pavel Begunkov
2022-08-29 13:30 ` [PATCH stable-5.15 08/13] io_uring: Remove unused function req_ref_put Pavel Begunkov
2022-08-29 13:30 ` [PATCH stable-5.15 09/13] io_uring: remove poll entry from list when canceling all Pavel Begunkov
2022-08-29 13:30 ` [PATCH stable-5.15 10/13] io_uring: bump poll refs to full 31-bits Pavel Begunkov
2022-08-29 13:30 ` [PATCH stable-5.15 11/13] io_uring: fail links when poll fails Pavel Begunkov
2022-08-29 13:30 ` [PATCH stable-5.15 12/13] io_uring: fix wrong arm_poll error handling Pavel Begunkov
2022-08-29 13:30 ` [PATCH stable-5.15 13/13] io_uring: fix UAF due to missing POLLFREE handling Pavel Begunkov
2022-09-01 10:08 ` [PATCH stable-5.15 00/13] io_uring pollfree Greg KH
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.1661594698.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.