public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH v2 0/3] new syscall testcases: migrate_pages
@ 2012-10-18 12:56 Jan Stancek
  2012-10-18 12:56 ` [LTP] [PATCH 1/3 v2] numa_helper: export get_max_node() Jan Stancek
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Jan Stancek @ 2012-10-18 12:56 UTC (permalink / raw)
  To: ltp-list

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

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

end of thread, other threads:[~2012-10-24 11:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-18 12:56 [LTP] [PATCH v2 0/3] new syscall testcases: migrate_pages Jan Stancek
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox