Re: [PATCH bpf-next] bpf: selftests: Specify CONFIG_DYNAMIC_FTRACE in the testing config

2021-04-03 Thread Andrii Nakryiko
On Fri, Apr 2, 2021 at 5:31 PM Martin KaFai Lau wrote: > > 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 > --- > tools/testing/selftests/bpf/config | 1 + > 1 file changed, 1 insertion(

[PATCH bpf-next] bpf: selftests: Specify CONFIG_DYNAMIC_FTRACE in the testing config

2021-04-02 Thread Martin KaFai Lau
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 --- tools/testing/selftests/bpf/config | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/bpf/config b/tools/testing/se