]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'io_uring-6.0-2022-09-29' of git://git.kernel.dk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 30 Sep 2022 16:28:39 +0000 (09:28 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 30 Sep 2022 16:28:39 +0000 (09:28 -0700)
commit0ccd70e8edac90c8100cf380ceca7ee05e1e77de
tree1e7ee8804585088491736384a6a3107e2e2576cc
parentefbe0045bf6fa3b183e5ae3446c05ef9b0fee7f1
parent2cfa6f36609e888f1eb194b099e9071e7e11374f
Merge tag 'io_uring-6.0-2022-09-29' of git://git.kernel.dk/linux

Pull io_uring fixes from Jens Axboe:
 "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)"

* tag 'io_uring-6.0-2022-09-29' of git://git.kernel.dk/linux:
  io_uring/poll: disable level triggered poll
  io_uring: register single issuer task at creation