]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'io_uring-5.8-2020-06-26' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 27 Jun 2020 16:02:49 +0000 (09:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 27 Jun 2020 16:02:49 +0000 (09:02 -0700)
commit83854d2031397528248feaa1d4bcd1fe876298ae
tree5550b1d53f66d172ad7354c1632956f96ce7fe4f
parent293a928766513f85ddb22a418ae818c5e0156d55
parent62a8abdd9ec12954663470f7bb3672e096a42ef7
Merge tag 'io_uring-5.8-2020-06-26' of git://git.kernel.dk/linux-block

Pull io_uring fixes from Jens Axboe:
 "Three small fixes:

   - Close a corner case for polled IO resubmission (Pavel)

   - Toss commands when exiting (Pavel)

   - Fix SQPOLL conditional reschedule on perpetually busy submit
     (Xuan)"

* tag 'io_uring-5.8-2020-06-26' of git://git.kernel.dk/linux-block:
  io_uring: fix current->mm NULL dereference on exit
  io_uring: fix hanging iopoll in case of -EAGAIN
  io_uring: fix io_sq_thread no schedule when busy