]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
selftests: vm: add fragment CONFIG_TEST_VMALLOC
authorAnders Roxell <anders.roxell@linaro.org>
Sun, 1 Dec 2019 01:54:43 +0000 (17:54 -0800)
committerSeth Forshee <seth.forshee@canonical.com>
Mon, 6 Jan 2020 16:11:53 +0000 (10:11 -0600)
commit3402c8dba2fd69c850ea19d9a9fc1a6c28ac5294
tree1670477fe7509dc352d577caf5cdd4174af35f20
parent24b27c2b5908ea48b022aadc6aa967920d24d999
selftests: vm: add fragment CONFIG_TEST_VMALLOC

BugLink: https://bugs.launchpad.net/bugs/1858429
[ Upstream commit 746dd4012d215b53152f0001a48856e41ea31730 ]

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@linaro.org
Fixes: a05ef00c9790 ("selftests/vm: add script helper for CONFIG_TEST_VMALLOC_MODULE")
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Cc: Shuah Khan <shuah@kernel.org>
Cc: "Uladzislau Rezki (Sony)" <urezki@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
tools/testing/selftests/vm/config