From: Sirio Balmelli <sirio@b-ad.ch>
To: ast@kernel.org
Cc: daniel@iogearbox.net, netdev@vger.kernel.org
Subject: [PATCH 0/3] selftests/bpf
Date: Thu, 26 Apr 2018 10:30:52 +0200 [thread overview]
Message-ID: <20180426083049.GA13851@vm4> (raw)
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
reply other threads:[~2018-04-26 8:30 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180426083049.GA13851@vm4 \
--to=sirio@b-ad.ch \
--cc=ast@kernel.org \
--cc=daniel@iogearbox.net \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).