aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/bpf/config
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2019-08-20 15:41:34 +0200
committerDaniel Borkmann <daniel@iogearbox.net>2019-08-21 17:05:06 +0200
commit0604409df9e04cdec7b08d471c8c1c0c10b5554d (patch)
treefdd0988c9231a777a9d03b0194c4f752ececd9d0 /tools/testing/selftests/bpf/config
parentselftests/bpf: fix test_btf_dump with O= (diff)
downloadwireguard-linux-0604409df9e04cdec7b08d471c8c1c0c10b5554d.tar.xz
wireguard-linux-0604409df9e04cdec7b08d471c8c1c0c10b5554d.zip
selftests/bpf: add config fragment BPF_JIT
When running test_kmod.sh the following shows up # sysctl cannot stat /proc/sys/net/core/bpf_jit_enable No such file or directory cannot: stat_/proc/sys/net/core/bpf_jit_enable # # sysctl cannot stat /proc/sys/net/core/bpf_jit_harden No such file or directory cannot: stat_/proc/sys/net/core/bpf_jit_harden # Rework to enable CONFIG_BPF_JIT to solve "No such file or directory" Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'tools/testing/selftests/bpf/config')
-rw-r--r--tools/testing/selftests/bpf/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/bpf/config b/tools/testing/selftests/bpf/config
index f7a0744db31e..5dc109f4c097 100644
--- a/tools/testing/selftests/bpf/config
+++ b/tools/testing/selftests/bpf/config
@@ -34,3 +34,4 @@ CONFIG_NET_MPLS_GSO=m
CONFIG_MPLS_ROUTING=m
CONFIG_MPLS_IPTUNNEL=m
CONFIG_IPV6_SIT=m
+CONFIG_BPF_JIT=y