Skip to content
Commit 004d564f authored by Jens Axboe's avatar Jens Axboe
Browse files

tools/io_uring: sync with liburing



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>
parent 486f0692
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment