summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/config
diff options
context:
space:
mode:
authorMartin KaFai Lau <kafai@fb.com>2021-04-03 03:29:21 +0300
committerAndrii Nakryiko <andrii@kernel.org>2021-04-03 19:09:50 +0300
commitf73ea1eb4cce66376cc1dd94b4a083ffb9eeb123 (patch)
tree58aa1efe119303c053abb86246bc9914c5e36229 /tools/testing/selftests/bpf/config
parentf07669df4c8df0b7134ae94be20a8b61bd157168 (diff)
downloadlinux-f73ea1eb4cce66376cc1dd94b4a083ffb9eeb123.tar.xz
bpf: selftests: Specify CONFIG_DYNAMIC_FTRACE in the testing config
The tracing test and the recent kfunc call test require CONFIG_DYNAMIC_FTRACE. This patch adds it to the config file. Signed-off-by: Martin KaFai Lau <kafai@fb.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/20210403002921.3419721-1-kafai@fb.com
Diffstat (limited to 'tools/testing/selftests/bpf/config')
-rw-r--r--tools/testing/selftests/bpf/config2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/bpf/config b/tools/testing/selftests/bpf/config
index 37e1f303fc11..5192305159ec 100644
--- a/tools/testing/selftests/bpf/config
+++ b/tools/testing/selftests/bpf/config
@@ -44,3 +44,5 @@ CONFIG_SECURITYFS=y
CONFIG_IMA_WRITE_POLICY=y
CONFIG_IMA_READ_POLICY=y
CONFIG_BLK_DEV_LOOP=y
+CONFIG_FUNCTION_TRACER=y
+CONFIG_DYNAMIC_FTRACE=y