liburing-2.13
syscall: update io_uring_enter2() signature
liburing: Introduce getsockname operation
build: Pass env CFLAGS through to make
ffi: Add SPDX-License-Idetifier
Add suppport for toggling iowait
src: lib.h container_of macro to be Undefined Behavior safe
Add io_uring_prep_cmd_getsockname to ffi map
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()