From: Jan Stancek <jstancek@redhat.com>
To: ltp-list@lists.sourceforge.net
Subject: [LTP] [PATCH v3 0/3] add new syscall test for setns(2)
Date: Mon, 18 Feb 2013 15:05:14 +0100 [thread overview]
Message-ID: <cover.1361196214.git.jstancek@redhat.com> (raw)
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
next reply other threads:[~2013-02-18 14:05 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-18 14:05 Jan Stancek [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1361196214.git.jstancek@redhat.com \
--to=jstancek@redhat.com \
--cc=ltp-list@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox