mbox series

[GIT,PULL] io_uring fixes for 6.1-rc6

Message ID 8858bc05-6020-09e9-d17a-28655c738c78@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fixes for 6.1-rc6 | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.1-2022-11-18

Message

Jens Axboe Nov. 18, 2022, 10:43 p.m. UTC
Hi Linus,

Fixes for io_uring that should go into the 6.1 kernel release. This is
mostly fixing issues around the poll rework, but also two tweaks for the
multishot handling for accept and receive. All stable material.

Please pull!


The following changes since commit 5576035f15dfcc6cb1cec236db40c2c0733b0ba4:

  io_uring/poll: lockdep annote io_poll_req_insert_locked (2022-11-11 09:59:27 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.1-2022-11-18

for you to fetch changes up to 7fdbc5f014c3f71bc44673a2d6c5bb2d12d45f25:

  io_uring: disallow self-propelled ring polling (2022-11-18 09:29:31 -0700)

----------------------------------------------------------------
io_uring-6.1-2022-11-18

----------------------------------------------------------------
Pavel Begunkov (5):
      io_uring: update res mask in io_poll_check_events
      io_uring: fix tw losing poll events
      io_uring: fix multishot accept request leaks
      io_uring: fix multishot recv request leaks
      io_uring: disallow self-propelled ring polling

 include/linux/io_uring.h |  3 +++
 io_uring/io_uring.c      |  2 +-
 io_uring/io_uring.h      |  4 ++--
 io_uring/net.c           | 23 +++++++++--------------
 io_uring/poll.c          | 12 ++++++++++++
 5 files changed, 27 insertions(+), 17 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 19, 2022, 1:24 a.m. UTC | #1
The pull request you sent on Fri, 18 Nov 2022 15:43:24 -0700:

> git://git.kernel.dk/linux.git tags/io_uring-6.1-2022-11-18

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a66e4cbf7a29fe555ebb995b130b2e059fc26d89

Thank you!