Merge tag 'io_uring-5.13-2021-05-14' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 15 May 2021 15:43:44 +0000 (08:43 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 15 May 2021 15:43:44 +0000 (08:43 -0700)
commit56015910355992f040f6163dcec96642021d2737
treed41cc975754413ef50635e9373a3d0604967eae1
parent41f035c0626521fb2fdd694803c3397dbaddc9f3
parent489809e2e22b3dedc0737163d97eb2b574137b42
Merge tag 'io_uring-5.13-2021-05-14' of git://git.kernel.dk/linux-block

Pull io_uring fixes from Jens Axboe:
 "Just a few minor fixes/changes:

   - Fix issue with double free race for linked timeout completions

   - Fix reference issue with timeouts

   - Remove last few places that make SQPOLL special, since it's just an
     io thread now.

   - Bump maximum allowed registered buffers, as we don't allocate as
     much anymore"

* tag 'io_uring-5.13-2021-05-14' of git://git.kernel.dk/linux-block:
  io_uring: increase max number of reg buffers
  io_uring: further remove sqpoll limits on opcodes
  io_uring: fix ltout double free on completion race
  io_uring: fix link timeout refs