From: Jan Stancek <jstancek@redhat.com>
To: ltp-list@lists.sourceforge.net
Subject: [LTP] [PATCH v2 0/3] new syscall testcases: migrate_pages
Date: Thu, 18 Oct 2012 14:56:21 +0200 [thread overview]
Message-ID: <cover.1350564702.git.jstancek@redhat.com> (raw)
Changes in v2:
- add parse_opts
- add new testcases to runtest/syscalls
- add parenthesis to else blocks where needed
- replace drop_caches with check for free memory
Jan Stancek (3):
numa_helper: export get_max_node()
new syscall test: migrate_pages01
new syscall test: migrate_pages02
runtest/syscalls | 3 +
testcases/kernel/include/numa_helper.h | 1 +
testcases/kernel/lib/numa_helper.c | 6 +-
testcases/kernel/syscalls/migrate_pages/Makefile | 32 ++
.../syscalls/migrate_pages/migrate_pages01.c | 280 +++++++++++++++
.../syscalls/migrate_pages/migrate_pages02.c | 363 ++++++++++++++++++++
.../syscalls/migrate_pages/migrate_pages_common.c | 62 ++++
.../syscalls/migrate_pages/migrate_pages_common.h | 33 ++
8 files changed, 778 insertions(+), 2 deletions(-)
create mode 100644 testcases/kernel/syscalls/migrate_pages/Makefile
create mode 100644 testcases/kernel/syscalls/migrate_pages/migrate_pages01.c
create mode 100644 testcases/kernel/syscalls/migrate_pages/migrate_pages02.c
create mode 100644 testcases/kernel/syscalls/migrate_pages/migrate_pages_common.c
create mode 100644 testcases/kernel/syscalls/migrate_pages/migrate_pages_common.h
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
next reply other threads:[~2012-10-18 12:56 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-18 12:56 Jan Stancek [this message]
2012-10-18 12:56 ` [LTP] [PATCH 1/3 v2] numa_helper: export get_max_node() Jan Stancek
2012-10-18 12:56 ` [LTP] [PATCH v2 2/3] new syscall test: migrate_pages01 Jan Stancek
2012-10-19 9:42 ` Zhouping Liu
2012-10-18 12:56 ` [LTP] [PATCH 3/3 v2] new syscall test: migrate_pages02 Jan Stancek
2012-10-19 9:48 ` Zhouping Liu
2012-10-19 10:30 ` Jan Stancek
2012-10-21 8:51 ` Zhouping Liu
2012-10-24 11:46 ` Jan Stancek
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.1350564702.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 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.