aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/progs/sockmap_tcp_msg_prog.c
diff options
context:
space:
mode:
authorHechao Li <[email protected]>2019-06-11 00:43:07 +0000
committerDaniel Borkmann <[email protected]>2019-06-11 08:34:44 +0000
commit89cceaa939171fafa153d4bf637b39e396bbd785 (patch)
tree4c96f77291033b06669751ee8f8770ab90b75219 /tools/testing/selftests/bpf/progs/sockmap_tcp_msg_prog.c
parentselftests/bpf: fix constness of source arg for bpf helpers (diff)
downloadkernel-89cceaa939171fafa153d4bf637b39e396bbd785.tar.gz
kernel-89cceaa939171fafa153d4bf637b39e396bbd785.zip
selftests/bpf : clean up feature/ when make clean
An error "implicit declaration of function 'reallocarray'" can be thrown with the following steps: $ cd tools/testing/selftests/bpf $ make clean && make CC=<Path to GCC 4.8.5> $ make clean && make CC=<Path to GCC 7.x> The cause is that the feature folder generated by GCC 4.8.5 is not removed, leaving feature-reallocarray being 1, which causes reallocarray not defined when re-compliing with GCC 7.x. This diff adds feature folder to EXTRA_CLEAN to avoid this problem. v2: Rephrase the commit message. Signed-off-by: Hechao Li <[email protected]> Acked-by: Andrii Nakryiko <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/progs/sockmap_tcp_msg_prog.c')
0 files changed, 0 insertions, 0 deletions