liburing-2.12
syscall: update io_uring_enter2() signature
Add IORING_SEND_VECTORIZED definition
Don't install sanitize.h header file
ffi: Add SPDX-License-Idetifier
Add suppport for toggling iowait
src: lib.h container_of macro to be Undefined Behavior safe
Bump version to 2.12
Add io_uring_register_sync_msg() helper
nolibc: Fix bloated memset due to unexpected vectorization
src/queue: IOPOLL does not need to enter the kernel for SQPOLL
sanitize: Fix missing `IORING_OP_PIPE`
src/setup: correct rings_size() calculations
Add support for ring resizing
Add nolibc riscv64 support
Fix off-by-one in minor check for io_uring_check_version()