Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Martin KaFai Lau and committed by
Andrii Nakryiko
f73ea1eb f07669df

+2
+2
tools/testing/selftests/bpf/config
··· 44 44 CONFIG_IMA_WRITE_POLICY=y 45 45 CONFIG_IMA_READ_POLICY=y 46 46 CONFIG_BLK_DEV_LOOP=y 47 + CONFIG_FUNCTION_TRACER=y 48 + CONFIG_DYNAMIC_FTRACE=y