All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH v2 0/2] Implement syscall multiplexing
@ 2019-03-21 15:51 Cyril Hrubis
  2019-03-21 15:51 ` [LTP] [PATCH v2 1/2] tst_test: Add test multiplex function Cyril Hrubis
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Cyril Hrubis @ 2019-03-21 15:51 UTC (permalink / raw)
  To: ltp

This is version 2 of the patchset, the main changes are documentation
for the multiplex function and also fixes in the select multiplexing
function.

Cyril Hrubis (2):
  tst_test: Add test multiplex function
  syscalls/select04: Test four syscall variants

 doc/test-writing-guidelines.txt               | 80 +++++++++++++++++
 include/tst_test.h                            | 14 +++
 lib/tst_test.c                                | 11 ++-
 testcases/kernel/syscalls/select/select04.c   |  5 +-
 testcases/kernel/syscalls/select/select_mpx.h | 87 +++++++++++++++++++
 5 files changed, 194 insertions(+), 3 deletions(-)
 create mode 100644 testcases/kernel/syscalls/select/select_mpx.h

-- 
2.19.2


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

end of thread, other threads:[~2019-03-22 12:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-21 15:51 [LTP] [PATCH v2 0/2] Implement syscall multiplexing Cyril Hrubis
2019-03-21 15:51 ` [LTP] [PATCH v2 1/2] tst_test: Add test multiplex function Cyril Hrubis
2019-03-21 15:51 ` [LTP] [PATCH v2 2/2] syscalls/select04: Test four syscall variants Cyril Hrubis
2019-03-22 12:04 ` [LTP] [PATCH v2 0/2] Implement syscall multiplexing Jan Stancek
2019-03-22 12:21   ` Cyril Hrubis

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.