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

2019-01-01 Thread Uladzislau Rezki
On Mon, Dec 31, 2018 at 10:47:55AM -0700, shuah wrote: > On 12/31/18 6:26 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 d

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

2018-12-31 Thread shuah
On 12/31/18 6:26 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.

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

2018-12-31 Thread Uladzislau Rezki (Sony)
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 v