All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH v4 0/5] Convert syscalls/dup2/dup2{01...05} to new API
@ 2021-09-18  7:26 ` QI Fuli
  2021-09-18  7:26     ` QI Fuli
                     ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: QI Fuli @ 2021-09-18  7:26 UTC (permalink / raw)
  To: ltp; +Cc: QI Fuli

From: QI Fuli <qi.fuli@fujitsu.com>

Convert syscalls/dup2/dup2{01...05} to new API

QI Fuli (5):
  syscalls/dup2/dup201: Convert to new API
  syscalls/dup2/dup202: Convert to new API and merge dup204 into dup202
  syscalls/dup2/dup203: Convert to new API
  syscalls/dup2/dup205: Convert to new API
  syscalls/dup2: rename dup205 to dup204

 runtest/syscalls                          |   1 -
 testcases/kernel/syscalls/dup2/.gitignore |   1 -
 testcases/kernel/syscalls/dup2/Makefile   |   2 +-
 testcases/kernel/syscalls/dup2/dup201.c   | 175 +++------------
 testcases/kernel/syscalls/dup2/dup202.c   | 205 ++++++-----------
 testcases/kernel/syscalls/dup2/dup203.c   | 259 +++++++---------------
 testcases/kernel/syscalls/dup2/dup204.c   | 164 +++++---------
 testcases/kernel/syscalls/dup2/dup205.c   | 134 -----------
 8 files changed, 226 insertions(+), 715 deletions(-)
 delete mode 100644 testcases/kernel/syscalls/dup2/dup205.c

-- 
2.31.1


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

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

end of thread, other threads:[~2021-09-18 10:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-18  7:26 [LTP] [PATCH v4 0/5] Convert syscalls/dup2/dup2{01...05} to new API QI Fuli
2021-09-18  7:26 ` QI Fuli
2021-09-18  7:26   ` [LTP] [PATCH v4 1/5] syscalls/dup2/dup201: Convert " QI Fuli
2021-09-18  7:26     ` QI Fuli
2021-09-18 10:13       ` Xiao Yang
2021-09-18 10:13         ` Xiao Yang
2021-09-18  7:26   ` [LTP] [PATCH v4 2/5] syscalls/dup2/dup202: Convert to new API and merge dup204 into dup202 QI Fuli
2021-09-18  7:26     ` QI Fuli
2021-09-18 10:24       ` Xiao Yang
2021-09-18 10:24         ` Xiao Yang
2021-09-18  7:26   ` [LTP] [PATCH v4 3/5] syscalls/dup2/dup203: Convert to new API QI Fuli
2021-09-18  7:26     ` QI Fuli
2021-09-18 10:22       ` Xiao Yang
2021-09-18 10:22         ` Xiao Yang
2021-09-18  7:26   ` [LTP] [PATCH v4 4/5] syscalls/dup2/dup205: " QI Fuli
2021-09-18  7:26     ` QI Fuli
2021-09-18 10:38       ` Xiao Yang
2021-09-18 10:38         ` Xiao Yang
2021-09-18  7:26   ` [LTP] [PATCH v4 5/5] syscalls/dup2: rename dup205 to dup204 QI Fuli
2021-09-18  7:26     ` QI Fuli
2021-09-18 10:39       ` Xiao Yang
2021-09-18 10:39         ` Xiao Yang

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.