Re: [RFC PATCH 3/3] selftests/vm: add script helper for CONFIG_TEST_VMALLOC_MODULE

From: shuah
Date: Fri Jan 04 2019 - 13:34:51 EST


On 1/3/19 7:21 AM, Uladzislau Rezki (Sony) wrote:
Add the test script for the kernel test driver to analyse vmalloc
allocator for benchmarking and stressing purposes. It is just a kernel
module loader. You can specify and pass different parameters in order
to investigate allocations behaviour. See "usage" output for more
details.

Also add basic vmalloc smoke test to the "run_vmtests" suite.

Signed-off-by: Uladzislau Rezki (Sony) <urezki@xxxxxxxxx>
---

Thanks for adding skip handling. Here is my

Reviewed-by: Shuah Khan <shuah@xxxxxxxxxx>

for Andrew to take this through mm tree.

thanks,
-- Shuah