bpf: selftests: Specify CONFIG_DYNAMIC_FTRACE in the testing config
authorMartin KaFai Lau <kafai@fb.com>
Sat, 3 Apr 2021 00:29:21 +0000 (17:29 -0700)
committerAndrii Nakryiko <andrii@kernel.org>
Sat, 3 Apr 2021 16:09:50 +0000 (09:09 -0700)
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
tools/testing/selftests/bpf/config

index 37e1f303fc11077a6db84663112f6234b42636a2..5192305159ec18e99b43c996fc8560a7581cc1d1 100644 (file)
@@ -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