The following changes since commit 3afc2d8ac30c58372a1b7ccabaea0f3eae4ddaba: engines/libblkio: Share a single blkio instance among threads in same process (2022-12-02 16:24:03 -0500) are available in the Git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to 70eb71e682b90078db6f361936933b88f71ad5fd: t/io_uring: adjust IORING_REGISTER_MAP_BUFFERS value (2022-12-12 16:58:32 -0700) ---------------------------------------------------------------- Jens Axboe (1): t/io_uring: adjust IORING_REGISTER_MAP_BUFFERS value t/io_uring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- Diff of recent changes: diff --git a/t/io_uring.c b/t/io_uring.c index edbacee3..1ea0a9da 100644 --- a/t/io_uring.c +++ b/t/io_uring.c @@ -156,7 +156,7 @@ static float plist[] = { 1.0, 5.0, 10.0, 20.0, 30.0, 40.0, 50.0, 60.0, 70.0, static int plist_len = 17; #ifndef IORING_REGISTER_MAP_BUFFERS -#define IORING_REGISTER_MAP_BUFFERS 22 +#define IORING_REGISTER_MAP_BUFFERS 26 struct io_uring_map_buffers { __s32 fd; __u32 buf_start;