mbox series

[GIT,PULL] io_uring fixes for 6.0-final

Message ID 5c6d5c40-8ec8-a54e-97f8-d2377515656b@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fixes for 6.0-final | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.0-2022-09-29

Message

Jens Axboe Sept. 30, 2022, 1:43 p.m. UTC
Hi Linus,

Two fixes that should go into 6.0:

- Tweak the single issuer logic to register the task at creation, rather
  than at first submit. SINGLE_ISSUER was added for 6.0, and after some
  discussion on this, we decided to make it a bit stricter while it's
  still possible to do so (Dylan).

- Stefan from Samba had some doubts on the level triggered poll that was
  added for this release. Rather than attempt to mess around with it
  now, just do the quick one-liner to disable it for release and we have
  time to discuss and change it for 6.1 instead (me).

Please pull!


The following changes since commit e775f93f2ab976a2cdb4a7b53063cbe890904f73:

  io_uring: ensure that cached task references are always put on exit (2022-09-23 18:51:08 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.0-2022-09-29

for you to fetch changes up to d59bd748db0a97a5d6a33b284b6c58b7f6f4f768:

  io_uring/poll: disable level triggered poll (2022-09-28 19:27:11 -0600)

----------------------------------------------------------------
io_uring-6.0-2022-09-29

----------------------------------------------------------------
Dylan Yudaken (1):
      io_uring: register single issuer task at creation

Jens Axboe (1):
      io_uring/poll: disable level triggered poll

 io_uring/io_uring.c | 7 +++++++
 io_uring/poll.c     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org Sept. 30, 2022, 4:38 p.m. UTC | #1
The pull request you sent on Fri, 30 Sep 2022 07:43:00 -0600:

> git://git.kernel.dk/linux.git tags/io_uring-6.0-2022-09-29

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

Thank you!