Re: [PATCH v3 1/2] selftest/vm: Add util.h and and move helper functions there

2022-02-24 Thread Andrew Morton
On Thu, 17 Feb 2022 14:05:36 +0530 "Aneesh Kumar K.V" wrote: > Avoid code duplication by adding util.h. No functional change > in this patch. Sorry, but changes in linux-next have messed this patch up a bit more than I'm prepared to fix. Could you please redo these two against linux-next after

[PATCH v3 1/2] selftest/vm: Add util.h and and move helper functions there

2022-02-17 Thread Aneesh Kumar K.V
Avoid code duplication by adding util.h. No functional change in this patch. Cc: Shuah Khan Cc: linux-kselft...@vger.kernel.org Signed-off-by: Aneesh Kumar K.V --- tools/testing/selftests/vm/ksm_tests.c| 38 +-- tools/testing/selftests/vm/transhuge-stress.c | 42 ++--