Skip to content
Snippets Groups Projects
  1. May 30, 2019
  2. May 24, 2019
  3. May 23, 2019
    • Jens Axboe's avatar
      tools/io_uring: sync with liburing · 004d564f
      Jens Axboe authored
      
      Various fixes and changes have been applied to liburing since we
      copied some select bits to the kernel testing/examples part, sync
      up with liburing to get those changes.
      
      Most notable is the change that split the CQE reading into the peek
      and seen event, instead of being just a single function. Also fixes
      an unsigned wrap issue in io_uring_submit(), leak of 'fd' in setup
      if we fail, and various other little issues.
      
      Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
      004d564f
    • Jens Axboe's avatar
      tools/io_uring: fix Makefile for pthread library link · 486f0692
      Jens Axboe authored
      
      Currently fails with:
      
      io_uring-bench.o: In function `main':
      /home/axboe/git/linux-block/tools/io_uring/io_uring-bench.c:560: undefined reference to `pthread_create'
      /home/axboe/git/linux-block/tools/io_uring/io_uring-bench.c:588: undefined reference to `pthread_join'
      collect2: error: ld returned 1 exit status
      Makefile:11: recipe for target 'io_uring-bench' failed
      make: *** [io_uring-bench] Error 1
      
      Move -lpthread to the end.
      
      Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
      486f0692
  4. May 21, 2019
Loading