linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] add KSM selftests
@ 2021-06-30 20:22 Zhansaya Bagdauletkyzy
  2021-06-30 20:22 ` [PATCH 1/1] selftests: vm: add KSM tests Zhansaya Bagdauletkyzy
  0 siblings, 1 reply; 2+ messages in thread
From: Zhansaya Bagdauletkyzy @ 2021-06-30 20:22 UTC (permalink / raw)
  To: shuah, akpm
  Cc: linux-kernel, linux-kselftest, linux-mm, tyhicks, pasha.tatashin

As a part of the Outreachy internship project, add unit tests for Kernel
Samepage Merging. More tests to be added later; they would focus on
unmerging, handling zero pages and pages in different NUMA nodes.

Zhansaya Bagdauletkyzy (1):
  selftests: vm: add KSM tests

 tools/testing/selftests/vm/.gitignore     |   1 +
 tools/testing/selftests/vm/Makefile       |   1 +
 tools/testing/selftests/vm/ksm_tests.c    | 289 ++++++++++++++++++++++
 tools/testing/selftests/vm/run_vmtests.sh |  16 ++
 4 files changed, 307 insertions(+)
 create mode 100644 tools/testing/selftests/vm/ksm_tests.c

-- 
2.25.1


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

end of thread, other threads:[~2021-06-30 20:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-30 20:22 [PATCH 0/1] add KSM selftests Zhansaya Bagdauletkyzy
2021-06-30 20:22 ` [PATCH 1/1] selftests: vm: add KSM tests Zhansaya Bagdauletkyzy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).