From: Daniel Borkmann <daniel@iogearbox.net>
To: davem@davemloft.net
Cc: ast@plumgrid.com, hannes@stressinduktion.org, tgraf@suug.ch,
viro@ZenIV.linux.org.uk, ebiederm@xmission.com,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
Daniel Borkmann <daniel@iogearbox.net>
Subject: [PATCH net-next v2 0/5] BPF updates
Date: Thu, 29 Oct 2015 14:58:05 +0100 [thread overview]
Message-ID: <cover.1446126105.git.daniel@iogearbox.net> (raw)
This set adds support for persistent maps/progs. Please see
individual patches for further details. A man-page update
to bpf(2) will be sent later on, also a iproute2 patch for
support in tc.
Thanks!
v1 -> v2:
- Reworked most of patch 4 and 5
- Rebased to latest net-next
Daniel Borkmann (5):
bpf: abstract anon_inode_getfd invocations
bpf: align and clean bpf_{map,prog}_get helpers
bpf: consolidate bpf_prog_put{,_rcu} dismantle paths
bpf: add support for persistent maps/progs
bpf: add sample usages for persistent maps/progs
include/linux/bpf.h | 9 +-
include/uapi/linux/bpf.h | 45 +-----
include/uapi/linux/magic.h | 1 +
kernel/bpf/Makefile | 4 +-
kernel/bpf/core.c | 3 +-
kernel/bpf/inode.c | 387 +++++++++++++++++++++++++++++++++++++++++++++
kernel/bpf/syscall.c | 95 +++++++----
kernel/bpf/verifier.c | 3 +-
samples/bpf/Makefile | 3 +
samples/bpf/fds_example.c | 183 +++++++++++++++++++++
samples/bpf/libbpf.c | 19 +++
samples/bpf/libbpf.h | 3 +
12 files changed, 683 insertions(+), 72 deletions(-)
create mode 100644 kernel/bpf/inode.c
create mode 100644 samples/bpf/fds_example.c
--
1.9.3
next reply other threads:[~2015-10-29 13:58 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-29 13:58 Daniel Borkmann [this message]
2015-10-29 13:58 ` [PATCH net-next v2 1/5] bpf: abstract anon_inode_getfd invocations Daniel Borkmann
2015-10-29 13:58 ` [PATCH net-next v2 2/5] bpf: align and clean bpf_{map,prog}_get helpers Daniel Borkmann
2015-10-29 13:58 ` [PATCH net-next v2 3/5] bpf: consolidate bpf_prog_put{,_rcu} dismantle paths Daniel Borkmann
2015-10-29 13:58 ` [PATCH net-next v2 4/5] bpf: add support for persistent maps/progs Daniel Borkmann
2015-10-29 13:58 ` [PATCH net-next v2 5/5] bpf: add sample usages " Daniel Borkmann
2015-11-01 17:16 ` [PATCH net-next v2 0/5] BPF updates David Miller
2015-11-03 3:48 ` David Miller
-- strict thread matches above, loose matches on Subject: below --
2014-04-24 6:45 Daniel Borkmann
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.1446126105.git.daniel@iogearbox.net \
--to=daniel@iogearbox.net \
--cc=ast@plumgrid.com \
--cc=davem@davemloft.net \
--cc=ebiederm@xmission.com \
--cc=hannes@stressinduktion.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=tgraf@suug.ch \
--cc=viro@ZenIV.linux.org.uk \
/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 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.