]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'io_uring-5.14-2021-08-20' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 21 Aug 2021 15:06:26 +0000 (08:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 21 Aug 2021 15:06:26 +0000 (08:06 -0700)
commit882bee04ce7b9a3add3c5763144afe07e8e8b0d7
tree25f3a07be2e4485ea0f28f3f95529689a4ffd4a9
parent566cb81243659ab05e56b2c21b5f5c6880d218a0
parent8a004894525b4e969b3e7be924aee3fb3f873f4c
Merge tag 'io_uring-5.14-2021-08-20' of git://git.kernel.dk/linux-block

Pull io_uring fixes from Jens Axboe:
 "A few small fixes that should go into this release:

   - Fix never re-assigning an initial error value for io_uring_enter()
     for SQPOLL, if asked to do nothing

   - Fix xa_alloc_cycle() return value checking, for cases where we have
     wrapped around

   - Fix for a ctx pin issue introduced in this cycle (Pavel)"

* tag 'io_uring-5.14-2021-08-20' of git://git.kernel.dk/linux-block:
  io_uring: fix xa_alloc_cycle() error return value check
  io_uring: pin ctx on fallback execution
  io_uring: only assign io_uring_enter() SQPOLL error in actual error case