All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH liburing v2 0/2] exec + timeout cancellation
@ 2021-09-11 11:11 Pavel Begunkov
  2021-09-11 11:11 ` [PATCH liburing v2 1/2] tests: add no-op executable for exec Pavel Begunkov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Pavel Begunkov @ 2021-09-11 11:11 UTC (permalink / raw)
  To: Jens Axboe, io-uring

Add some infra to test exec(), hopefully we will get more
tests using it. And also add a timeout test, which uses exec.

v2: rebase

Pavel Begunkov (2):
  tests: add no-op executable for exec
  tests: test timeout cancellation fails links

 .gitignore         |  1 +
 test/Makefile      |  2 ++
 test/exec-target.c |  4 +++
 test/timeout.c     | 84 ++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 91 insertions(+)
 create mode 100644 test/exec-target.c

-- 
2.33.0


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

end of thread, other threads:[~2021-09-11 14:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-11 11:11 [PATCH liburing v2 0/2] exec + timeout cancellation Pavel Begunkov
2021-09-11 11:11 ` [PATCH liburing v2 1/2] tests: add no-op executable for exec Pavel Begunkov
2021-09-11 11:11 ` [PATCH liburing v2 2/2] tests: test timeout cancellation fails links Pavel Begunkov
2021-09-11 14:25 ` [PATCH liburing v2 0/2] exec + timeout cancellation Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.