The patch titled Subject: selftests: vm: add fragment CONFIG_TEST_VMALLOC has been added to the -mm tree. Its filename is selftests-vm-add-fragment-config_test_vmalloc.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/selftests-vm-add-fragment-config_test_vmalloc.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/selftests-vm-add-fragment-config_test_vmalloc.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Anders Roxell <anders.roxell@xxxxxxxxxx> Subject: selftests: vm: add fragment CONFIG_TEST_VMALLOC When running test_vmalloc.sh smoke the following print out states that the fragment is missing. # ./test_vmalloc.sh: You must have the following enabled in your kernel: # CONFIG_TEST_VMALLOC=m Rework to add the fragment 'CONFIG_TEST_VMALLOC=m' to the config file. Link: http://lkml.kernel.org/r/20190916095217.19665-1-anders.roxell@xxxxxxxxxx Fixes: a05ef00c9790 ("selftests/vm: add script helper for CONFIG_TEST_VMALLOC_MODULE") Signed-off-by: Anders Roxell <anders.roxell@xxxxxxxxxx> Cc: Shuah Khan <shuah@xxxxxxxxxx> Cc: "Uladzislau Rezki (Sony)" <urezki@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/testing/selftests/vm/config | 1 + 1 file changed, 1 insertion(+) --- a/tools/testing/selftests/vm/config~selftests-vm-add-fragment-config_test_vmalloc +++ a/tools/testing/selftests/vm/config @@ -1,2 +1,3 @@ CONFIG_SYSVIPC=y CONFIG_USERFAULTFD=y +CONFIG_TEST_VMALLOC=m _ Patches currently in -mm which might be from anders.roxell@xxxxxxxxxx are selftests-vm-add-fragment-config_test_vmalloc.patch