]> git.proxmox.com Git - mirror_ubuntu-eoan-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)
committerKhalid Elmously <khalid.elmously@canonical.com>
Wed, 29 Jan 2020 05:05:10 +0000 (00:05 -0500)
commit06bd4926fe15b365f54e9a1d012a1fb766ae9450
tree95dbdfae3dcf667eceebd5040a4595019c7e04f0
parent60f06b9cb7bd58b64bdef16f584d906ae9c8aed9
selftests: vm: add fragment CONFIG_TEST_VMALLOC

BugLink: https://bugs.launchpad.net/bugs/1860816
[ 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: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
tools/testing/selftests/vm/config