Skip to content
  1. Apr 16, 2021
    • 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. Apr 15, 2021
  3. Apr 13, 2021
  4. Apr 12, 2021