mbox series

[for-next,0/5] random 5.20 patches

Message ID cover.1656153285.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series random 5.20 patches | expand

Message

Pavel Begunkov June 25, 2022, 10:52 a.m. UTC
Just random patches here and there. The nicest one is 5/5, which removes
ctx->refs pinning from io_uring_enter.

Pavel Begunkov (5):
  io_uring: improve io_fail_links()
  io_uring: fuse fallback_node and normal tw node
  io_uring: remove extra TIF_NOTIFY_SIGNAL check
  io_uring: don't check file ops of registered rings
  io_uring: remove ctx->refs pinning on enter

 include/linux/io_uring_types.h |  5 +----
 io_uring/io_uring.c            | 37 ++++++++++++----------------------
 io_uring/timeout.c             | 36 ++++++++++++++++++++++-----------
 3 files changed, 38 insertions(+), 40 deletions(-)

Comments

Jens Axboe June 25, 2022, 12:49 p.m. UTC | #1
On Sat, 25 Jun 2022 11:52:57 +0100, Pavel Begunkov wrote:
> Just random patches here and there. The nicest one is 5/5, which removes
> ctx->refs pinning from io_uring_enter.
> 
> Pavel Begunkov (5):
>   io_uring: improve io_fail_links()
>   io_uring: fuse fallback_node and normal tw node
>   io_uring: remove extra TIF_NOTIFY_SIGNAL check
>   io_uring: don't check file ops of registered rings
>   io_uring: remove ctx->refs pinning on enter
> 
> [...]

Applied, thanks!

[1/5] io_uring: improve io_fail_links()
      commit: 149e51e72cc0d87b7eb452e928b29a906501981d
[2/5] io_uring: fuse fallback_node and normal tw node
      commit: aacc96447edf1ea1f057fb5dd3c53ee495e21487
[3/5] io_uring: remove extra TIF_NOTIFY_SIGNAL check
      commit: 8b5e7937ac521ff33c2bac66e3c1a0385ad7087e
[4/5] io_uring: don't check file ops of registered rings
      commit: 9c59698445f94fbdf208b3f50286e4fbfd295571
[5/5] io_uring: remove ctx->refs pinning on enter
      commit: e8584adba8863d531cb25233a650fdb9b50c2e2b

Best regards,
Jens Axboe June 25, 2022, 12:49 p.m. UTC | #2
On 6/25/22 4:52 AM, Pavel Begunkov wrote:
> Just random patches here and there. The nicest one is 5/5, which removes
> ctx->refs pinning from io_uring_enter.

Nice!