All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH v2 0/4]  Add tst_fd iterator API
@ 2023-10-16 12:33 ` Cyril Hrubis
  0 siblings, 0 replies; 32+ messages in thread
From: Cyril Hrubis @ 2023-10-16 12:33 UTC (permalink / raw)
  To: ltp; +Cc: mszeredi, brauner, Jan Kara, Matthew Wilcox, viro, linux-fsdevel

Changes in v2:

 - Changed the API into iterator rather than a funciton callback
 - Added a lot more fd types
 - Added splice test

Cyril Hrubis (4):
  lib: Add tst_fd iterator
  syscalls: readahead01: Make use of tst_fd
  syscalls: accept: Add tst_fd test
  syscalls: splice07: New splice tst_fd iterator test

 include/tst_fd.h                              |  61 ++++
 include/tst_test.h                            |   1 +
 lib/tst_fd.c                                  | 331 ++++++++++++++++++
 runtest/syscalls                              |   2 +
 testcases/kernel/syscalls/accept/.gitignore   |   1 +
 testcases/kernel/syscalls/accept/accept01.c   |   8 -
 testcases/kernel/syscalls/accept/accept03.c   |  47 +++
 .../kernel/syscalls/readahead/readahead01.c   |  54 +--
 testcases/kernel/syscalls/splice/.gitignore   |   1 +
 testcases/kernel/syscalls/splice/splice07.c   |  85 +++++
 10 files changed, 558 insertions(+), 33 deletions(-)
 create mode 100644 include/tst_fd.h
 create mode 100644 lib/tst_fd.c
 create mode 100644 testcases/kernel/syscalls/accept/accept03.c
 create mode 100644 testcases/kernel/syscalls/splice/splice07.c

-- 
2.41.0


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

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

end of thread, other threads:[~2024-01-15 22:52 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-16 12:33 [LTP] [PATCH v2 0/4] Add tst_fd iterator API Cyril Hrubis
2023-10-16 12:33 ` Cyril Hrubis
2023-10-16 12:33 ` [LTP] [PATCH v2 1/4] lib: Add tst_fd iterator Cyril Hrubis
2023-10-16 12:33   ` Cyril Hrubis
2023-10-24  9:39   ` [LTP] " Richard Palethorpe
2023-10-24  9:39     ` Richard Palethorpe
2024-01-05  0:42   ` Petr Vorel
2024-01-05  0:42     ` Petr Vorel
2024-01-15 12:19     ` Cyril Hrubis
2024-01-15 12:19       ` Cyril Hrubis
2024-01-15 22:52       ` Petr Vorel
2024-01-15 22:52         ` Petr Vorel
2023-10-16 12:33 ` [LTP] [PATCH v2 2/4] syscalls: readahead01: Make use of tst_fd Cyril Hrubis
2023-10-16 12:33   ` Cyril Hrubis
2023-10-24  9:31   ` [LTP] " Richard Palethorpe
2023-10-24  9:31     ` Richard Palethorpe
2023-10-16 12:33 ` [LTP] [PATCH v2 3/4] syscalls: accept: Add tst_fd test Cyril Hrubis
2023-10-16 12:33   ` Cyril Hrubis
2023-10-24  9:26   ` [LTP] " Richard Palethorpe
2023-10-24  9:26     ` Richard Palethorpe
2023-10-24  9:34     ` Cyril Hrubis
2023-10-24  9:34       ` Cyril Hrubis
2023-10-16 12:33 ` [LTP] [PATCH v2 4/4] syscalls: splice07: New splice tst_fd iterator test Cyril Hrubis
2023-10-16 12:33   ` Cyril Hrubis
2023-10-23 15:59   ` [LTP] " Richard Palethorpe
2023-10-23 15:59     ` Richard Palethorpe
2023-10-24  7:56     ` Cyril Hrubis
2023-10-24  7:56       ` Cyril Hrubis
2023-10-24  9:33       ` Jan Kara
2023-10-24  9:33         ` Jan Kara
2024-01-04 23:11   ` Petr Vorel
2024-01-04 23:11     ` Petr Vorel

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.