Skip to content

Commit 746dd40

Browse files
roxelltorvalds
authored andcommitted
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/[email protected] Fixes: a05ef00 ("selftests/vm: add script helper for CONFIG_TEST_VMALLOC_MODULE") Signed-off-by: Anders Roxell <[email protected]> Cc: Shuah Khan <[email protected]> Cc: "Uladzislau Rezki (Sony)" <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 060650a commit 746dd40

File tree

1 file changed

+1
-0
lines changed
  • tools/testing/selftests/vm

1 file changed

+1
-0
lines changed

tools/testing/selftests/vm/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
CONFIG_SYSVIPC=y
22
CONFIG_USERFAULTFD=y
3+
CONFIG_TEST_VMALLOC=m

0 commit comments

Comments
 (0)