]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'io_uring-5.8-2020-07-05' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 5 Jul 2020 17:41:33 +0000 (10:41 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 5 Jul 2020 17:41:33 +0000 (10:41 -0700)
commit84ff57b12fa475a9bbae41f5dba2af657c278583
treeab41b9a8a61bcf46504f77a897a945c6d36638fd
parent2e0f7aa4ff518f8b5ea806a623feedd999dcf682
parent8de29f1688719422ca73080d0535b02001a49c97
Merge tag 'io_uring-5.8-2020-07-05' of git://git.kernel.dk/linux-block

Pull io_uring fix from Jens Axboe:
 "Andres reported a regression with the fix that was merged earlier this
  week, where his setup of using signals to interrupt io_uring CQ waits
  no longer worked correctly.

  Fix this, and also limit our use of TWA_SIGNAL to the case where we
  need it, and continue using TWA_RESUME for task_work as before.

  Since the original is marked for 5.7 stable, let's flush this one out
  early"

* tag 'io_uring-5.8-2020-07-05' of git://git.kernel.dk/linux-block:
  io_uring: fix regression with always ignoring signals in io_cqring_wait()