mbox series

[RFC,liburing,0/2] IORING_OP_CLONE/EXEC support and tests

Message ID 20241209234421.4133054-1-krisman@suse.de (mailing list archive)
Headers show
Series IORING_OP_CLONE/EXEC support and tests | expand

Message

Gabriel Krisman Bertazi Dec. 9, 2024, 11:44 p.m. UTC
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