All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] selftests/bpf
@ 2018-04-26  8:30 Sirio Balmelli
  0 siblings, 0 replies; only message in thread
From: Sirio Balmelli @ 2018-04-26  8:30 UTC (permalink / raw)
  To: ast; +Cc: daniel, netdev

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(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-04-26  8:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-26  8:30 [PATCH 0/3] selftests/bpf Sirio Balmelli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.