io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH liburing 0/4] rsrc tests and fixes
@ 2021-05-07 16:22 Pavel Begunkov
  2021-05-07 16:22 ` [PATCH liburing 1/4] sync io_uring.h API file with Linux 5.13 Pavel Begunkov
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Pavel Begunkov @ 2021-05-07 16:22 UTC (permalink / raw)
  To: Jens Axboe, io-uring

1-2: rsrc tagging, buffer update, rsrc register, etc. tests
3-4: small tests fixes

Pavel Begunkov (4):
  sync io_uring.h API file with Linux 5.13
  tests: add rsrc tags tests
  tests: fix timeout-new for old kernels
  tests: fix minor connect flaws

 src/include/liburing/io_uring.h |  41 ++-
 test/Makefile                   |   2 +
 test/connect.c                  |   8 +-
 test/rsrc_tags.c                | 431 ++++++++++++++++++++++++++++++++
 test/timeout-new.c              |   2 +-
 5 files changed, 471 insertions(+), 13 deletions(-)
 create mode 100644 test/rsrc_tags.c

-- 
2.31.1


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

end of thread, other threads:[~2021-05-07 16:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-07 16:22 [PATCH liburing 0/4] rsrc tests and fixes Pavel Begunkov
2021-05-07 16:22 ` [PATCH liburing 1/4] sync io_uring.h API file with Linux 5.13 Pavel Begunkov
2021-05-07 16:22 ` [PATCH liburing 2/4] tests: add rsrc tags tests Pavel Begunkov
2021-05-07 16:22 ` [PATCH liburing 3/4] tests: fix timeout-new for old kernels Pavel Begunkov
2021-05-07 16:22 ` [PATCH liburing 4/4] tests: fix minor connect flaws Pavel Begunkov
2021-05-07 16:28 ` [PATCH liburing 0/4] rsrc tests and fixes Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).