public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH RFC liburing 0/2] IORING_OP_CLONE/EXEC support and tests
@ 2024-12-09 23:44 Gabriel Krisman Bertazi
  2024-12-09 23:44 ` [PATCH RFC liburing 1/2] Add IORING_OP_CLONE/EXEC support Gabriel Krisman Bertazi
  2024-12-09 23:44 ` [PATCH RFC liburing 2/2] tests: Add test for CLONE/EXEC operations Gabriel Krisman Bertazi
  0 siblings, 2 replies; 4+ messages in thread
From: Gabriel Krisman Bertazi @ 2024-12-09 23:44 UTC (permalink / raw)
  To: axboe, asml.silence; +Cc: io-uring, josh, Gabriel Krisman Bertazi

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-12-10 21:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-09 23:44 [PATCH RFC liburing 0/2] IORING_OP_CLONE/EXEC support and tests Gabriel Krisman Bertazi
2024-12-09 23:44 ` [PATCH RFC liburing 1/2] Add IORING_OP_CLONE/EXEC support Gabriel Krisman Bertazi
2024-12-10 21:06   ` Josh Triplett
2024-12-09 23:44 ` [PATCH RFC liburing 2/2] tests: Add test for CLONE/EXEC operations Gabriel Krisman Bertazi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox