Linux Kernel Selftest development
 help / color / mirror / Atom feed
* [PATCH 0/3] selftests: cgroup: add zswap test program
@ 2023-06-21 15:35 Domenico Cerasuolo
  2023-06-21 15:35 ` [PATCH 1/3] selftests: cgroup: add test_zswap program Domenico Cerasuolo
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Domenico Cerasuolo @ 2023-06-21 15:35 UTC (permalink / raw)
  To: tj, lizefan.x, hannes, shuah, mhocko, roman.gushchin, shakeelb,
	muchun.song, sjenning, ddstreet, vitaly.wool, riel, nphamcs
  Cc: akpm, linux-kernel, cgroups, linux-kselftest, Domenico Cerasuolo

This series adds 2 zswap related selftests that verify known and fixed
issues. A new dedicated test program (test_zswap) is proposed since
the test cases are specific to zswap and hosts specific helpers.

The first patch adds the (empty) test program, while the other 2 add an
actual test function each.

Domenico Cerasuolo (3):
  selftests: cgroup: add test_zswap program
  selftests: cgroup: add test_zswap with no kmem bypass test
  selftests: cgroup: add zswap-memcg unwanted writeback test

 tools/testing/selftests/cgroup/.gitignore   |   1 +
 tools/testing/selftests/cgroup/Makefile     |   2 +
 tools/testing/selftests/cgroup/test_zswap.c | 286 ++++++++++++++++++++
 3 files changed, 289 insertions(+)
 create mode 100644 tools/testing/selftests/cgroup/test_zswap.c

-- 
2.34.1


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

end of thread, other threads:[~2023-06-21 15:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-21 15:35 [PATCH 0/3] selftests: cgroup: add zswap test program Domenico Cerasuolo
2023-06-21 15:35 ` [PATCH 1/3] selftests: cgroup: add test_zswap program Domenico Cerasuolo
2023-06-21 15:35 ` [PATCH 2/3] selftests: cgroup: add test_zswap with no kmem bypass test Domenico Cerasuolo
2023-06-21 15:35 ` [PATCH 3/3] selftests: cgroup: add zswap-memcg unwanted writeback test Domenico Cerasuolo

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