Merge branch 'ebpf-samples-cross-compile'
Joel Fernandes says: ==================== Add cross-compilation support to eBPF samples These patches fix issues seen when cross-compiling eBPF samples on arm64. Compared to [1], I dropped the controversial inline-asm patch and exploring other options to fix it. However these patches are a step in the right direction and I look forward to getting them into -next and the merge window. Changes since v3: - just a repost with acks [1] https://lkml.org/lkml/2017/8/7/417 ==================== Signed-off-by:David S. Miller <davem@davemloft.net>
Showing
- samples/bpf/Makefile 6 additions, 1 deletionsamples/bpf/Makefile
- samples/bpf/README.rst 10 additions, 0 deletionssamples/bpf/README.rst
- samples/bpf/map_perf_test_kern.c 1 addition, 1 deletionsamples/bpf/map_perf_test_kern.c
- samples/bpf/map_perf_test_user.c 1 addition, 1 deletionsamples/bpf/map_perf_test_user.c
- tools/testing/selftests/bpf/bpf_helpers.h 49 additions, 7 deletionstools/testing/selftests/bpf/bpf_helpers.h
Loading
Please register or sign in to comment