liburing-2.13-rc1
syscall: update io_uring_enter2() signature
liburing: sync pi attributes with kernel uapi
add tsan-enabled builds
ffi: Add SPDX-License-Idetifier
Add suppport for toggling iowait
src: lib.h container_of macro to be Undefined Behavior safe
src/liburing-ffi.map: add newly added (but missing) helpers
Bump liburing version to 2.13
nolibc: Fix bloated memset due to unexpected vectorization
src/queue: IOPOLL does not need to enter the kernel for SQPOLL
Add io_uring_register_sync_msg() helper
Add support IORING_SETUP_SQE_MIXED
src/setup: unmap mmap'ed sqes pointer with the correct size
Add support for ring resizing
Add nolibc riscv64 support
Fix off-by-one in minor check for io_uring_check_version()