This is the liburing counterpart of the IORING_OP_CLONE and IORING_OP_EXEC kernel patches. Please, refer to the kernel patchset for details. manpages are missing. I'd like to settle down on the semantics and the RFC stage before writing them down. Will of course make it part of a V1. Thanks, Gabriel Krisman Bertazi (2): Add IORING_OP_CLONE/EXEC support tests: Add test for CLONE/EXEC operations src/include/liburing.h | 25 ++ src/include/liburing/io_uring.h | 3 + test/Makefile | 1 + test/clone-exec.c | 436 ++++++++++++++++++++++++++++++++ 4 files changed, 465 insertions(+) create mode 100644 test/clone-exec.c -- 2.47.0