From: Daniel Borkmann <daniel@iogearbox.net>
To: davem@davemloft.net
Cc: alexei.starovoitov@gmail.com, tgraf@suug.ch,
netdev@vger.kernel.org, Daniel Borkmann <daniel@iogearbox.net>
Subject: [PATCH net-next 0/4] Some BPF helper cleanups
Date: Fri, 9 Sep 2016 02:45:27 +0200 [thread overview]
Message-ID: <cover.1473381476.git.daniel@iogearbox.net> (raw)
This series contains a couple of misc cleanups and improvements
for BPF helpers. For details please see individual patches. We
let this also sit for a few days with Fengguang's kbuild test
robot, and there were no issues seen (besides one false positive,
see last one for details).
Thanks!
Daniel Borkmann (4):
bpf: minor cleanups in helpers
bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macros
bpf: add own ctx rewriter on ifindex for clsact progs
bpf: add BPF_CALL_x macros for declaring helpers
include/linux/filter.h | 64 ++++++++++++++++
kernel/bpf/core.c | 2 +-
kernel/bpf/helpers.c | 52 ++++---------
kernel/bpf/stackmap.c | 5 +-
kernel/trace/bpf_trace.c | 87 +++++++++++-----------
net/core/filter.c | 188 ++++++++++++++++++++++-------------------------
6 files changed, 213 insertions(+), 185 deletions(-)
--
1.9.3
next reply other threads:[~2016-09-09 0:45 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-09 0:45 Daniel Borkmann [this message]
2016-09-09 0:45 ` [PATCH net-next 1/4] bpf: minor cleanups in helpers Daniel Borkmann
2016-09-09 0:45 ` [PATCH net-next 2/4] bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macros Daniel Borkmann
2016-09-09 0:45 ` [PATCH net-next 3/4] bpf: add own ctx rewriter on ifindex for clsact progs Daniel Borkmann
2016-09-09 0:45 ` [PATCH net-next 4/4] bpf: add BPF_CALL_x macros for declaring helpers Daniel Borkmann
2016-09-10 2:36 ` [PATCH net-next 0/4] Some BPF helper cleanups David Miller
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=cover.1473381476.git.daniel@iogearbox.net \
--to=daniel@iogearbox.net \
--cc=alexei.starovoitov@gmail.com \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
--cc=tgraf@suug.ch \
/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).