All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH v3 0/3] add new syscall test for setns(2)
@ 2013-02-18 14:05 Jan Stancek
  2013-02-18 14:05 ` [LTP] [PATCH v3 1/3] setns: setup directory at kernel/syscalls/setns Jan Stancek
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Jan Stancek @ 2013-02-18 14:05 UTC (permalink / raw)
  To: ltp-list

changes in v3:
- added missing "void" to functions without parameters
- INIT_NS_TYPE macro converted to function
- use ltp_syscall in setup()

Jan Stancek (3):
  setns: setup directory at kernel/syscalls/setns
  setns: add new syscall test setns01
  setns: add new syscall test setns02

 runtest/syscalls                          |    3 +
 testcases/kernel/syscalls/.gitignore      |    2 +
 testcases/kernel/syscalls/setns/Makefile  |   23 +++
 testcases/kernel/syscalls/setns/setns.h   |   88 +++++++++++
 testcases/kernel/syscalls/setns/setns01.c |  240 +++++++++++++++++++++++++++++
 testcases/kernel/syscalls/setns/setns02.c |  231 +++++++++++++++++++++++++++
 6 files changed, 587 insertions(+), 0 deletions(-)
 create mode 100644 testcases/kernel/syscalls/setns/Makefile
 create mode 100644 testcases/kernel/syscalls/setns/setns.h
 create mode 100644 testcases/kernel/syscalls/setns/setns01.c
 create mode 100644 testcases/kernel/syscalls/setns/setns02.c


------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 8+ messages in thread
[parent not found: <5122E05A.6010507@cn.fujitsu.com>]

end of thread, other threads:[~2013-02-19 10:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-18 14:05 [LTP] [PATCH v3 0/3] add new syscall test for setns(2) Jan Stancek
2013-02-18 14:05 ` [LTP] [PATCH v3 1/3] setns: setup directory at kernel/syscalls/setns Jan Stancek
2013-02-19  2:14   ` Wanlong Gao
2013-02-18 14:05 ` [LTP] [PATCH v3 2/3] setns: add new syscall test setns01 Jan Stancek
2013-02-18 18:17   ` chrubis
2013-02-18 14:05 ` [LTP] [PATCH v3 3/3] setns: add new syscall test setns02 Jan Stancek
2013-02-19  2:16   ` Wanlong Gao
     [not found] <5122E05A.6010507@cn.fujitsu.com>
     [not found] ` <1360829341.5171174.1361259703806.JavaMail.root@redhat.com>
2013-02-19 10:01   ` [LTP] [PATCH v3 2/3] setns: add new syscall test setns01 chrubis

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.