1. 16 Apr, 2021 1 commit
    • Jens Axboe's avatar
      io_uring: disable multishot poll for double poll add cases · ea6a693d
      Jens Axboe authored
      The re-add handling isn't correct for the multi wait case, so let's
      just disable it for now explicitly until we can get that sorted out. This
      just turns it into a one-shot request. Since we pass back whether or not
      a poll request terminates in multishot mode on completion, this should
      not break properly behaving applications that check for IORING_CQE_F_MORE
      on completion.
      Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
      ea6a693d
  2. 14 Apr, 2021 4 commits
  3. 13 Apr, 2021 9 commits
  4. 12 Apr, 2021 26 commits