aboutsummaryrefslogtreecommitdiffstats
path: root/samples/bpf/xdpsock_user.c
diff options
context:
space:
mode:
authorToke Høiland-Jørgensen <toke@redhat.com>2019-12-16 11:38:19 +0100
committerAlexei Starovoitov <ast@kernel.org>2019-12-16 07:03:12 -0800
commit450278977acbf494a20367c22fbb38729772d1fc (patch)
tree2102b52a97c2a2ad6d167a3269ed394df385826a /samples/bpf/xdpsock_user.c
parentsamples/bpf: Add missing -lz to TPROGS_LDLIBS (diff)
downloadlinux-dev-450278977acbf494a20367c22fbb38729772d1fc.tar.xz
linux-dev-450278977acbf494a20367c22fbb38729772d1fc.zip
samples/bpf: Set -fno-stack-protector when building BPF programs
It seems Clang can in some cases turn on stack protection by default, which doesn't work with BPF. This was reported once before[0], but it seems the flag to explicitly turn off the stack protector wasn't added to the Makefile, so do that now. The symptom of this is compile errors like the following: error: <unknown>:0:0: in function bpf_prog1 i32 (%struct.__sk_buff*): A call to built-in function '__stack_chk_fail' is not supported. [0] https://www.spinics.net/lists/netdev/msg556400.html Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Link: https://lore.kernel.org/bpf/20191216103819.359535-1-toke@redhat.com
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions