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