All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] Some BPF helper cleanups
@ 2016-09-09  0:45 Daniel Borkmann
  2016-09-09  0:45 ` [PATCH net-next 1/4] bpf: minor cleanups in helpers Daniel Borkmann
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Daniel Borkmann @ 2016-09-09  0:45 UTC (permalink / raw)
  To: davem; +Cc: alexei.starovoitov, tgraf, netdev, Daniel Borkmann

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-09-10  2:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-09  0:45 [PATCH net-next 0/4] Some BPF helper cleanups Daniel Borkmann
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

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.