mbox series

[0/3] selftests/bpf

Message ID 20180426083049.GA13851@vm4
Headers show
Series selftests/bpf | expand

Message

Sirio Balmelli April 26, 2018, 8:30 a.m. UTC
Fix some errors getting BPF selftests to build in 4.17.0-rc2 from net-next.

uname -a
Linux vm4 4.17.0-rc2-net-next+ #2 SMP Wed Apr 25 22:51:20 CEST 2018 x86_64 x86_64 x86_64 GNU/Linux

clang --version
clang version 7.0.0 (trunk 330819)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/local/bin

llc --version
LLVM (http://llvm.org/):
  LLVM version 7.0.0svn
  Optimized build.
  Default target: x86_64-unknown-linux-gnu
  Host CPU: haswell

Sirio Balmelli (3):
  selftests/bpf: Makefile: add includes to fix broken test build
  selftests/bpf: test_xdp_noinline.c: fix 'noinline' macro expansion
  selftests/bpf: .gitignore: add test_btf

 tools/testing/selftests/bpf/.gitignore          |  1 +
 tools/testing/selftests/bpf/Makefile            | 10 +++-
 tools/testing/selftests/bpf/test_xdp_noinline.c | 79 +++++++++++++------------
 3 files changed, 51 insertions(+), 39 deletions(-)