]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
selftests: ftrace: add CONFIG_KPROBES=y to the config fragment
authorFathi Boudra <fathi.boudra@linaro.org>
Mon, 20 Mar 2017 10:18:21 +0000 (12:18 +0200)
committerShuah Khan <shuahkh@osg.samsung.com>
Tue, 11 Apr 2017 15:38:22 +0000 (09:38 -0600)
ftrace/kprobe tests require kprobes events. Enable kprobes to run these
tests.

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Tested-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/ftrace/config

index ef8214661612f892070a3eaa788779e11235c600..8a1c9f949fe082889aa4057ed1886c16249ef2b9 100644 (file)
@@ -1 +1,2 @@
+CONFIG_KPROBES=y
 CONFIG_FTRACE=y