netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] Further robustify putting BPF progs
@ 2016-06-30 15:24 Daniel Borkmann
  2016-06-30 15:24 ` [PATCH net-next 1/2] bpf: generally move prog destruction to RCU deferral Daniel Borkmann
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Daniel Borkmann @ 2016-06-30 15:24 UTC (permalink / raw)
  To: davem; +Cc: alexei.starovoitov, jannh, netdev, Daniel Borkmann

This series addresses a potential issue reported to us by Jann Horn
with regards to putting progs. First patch moves progs generally under
RCU destruction and second patch refactors getting of progs to simplify
code a bit. For details, please see individual patches. Note, we think
that addressing this one in net-next should be sufficient.

Thanks!

Daniel Borkmann (2):
  bpf: generally move prog destruction to RCU deferral
  bpf: refactor bpf_prog_get and type check into helper

 include/linux/bpf.h    |  8 +++++---
 kernel/bpf/arraymap.c  |  4 +---
 kernel/bpf/syscall.c   | 40 ++++++++++++++++++++++------------------
 kernel/events/core.c   |  2 +-
 net/core/filter.c      | 13 +------------
 net/kcm/kcmsock.c      |  8 +-------
 net/packet/af_packet.c |  6 +-----
 net/sched/act_bpf.c    |  7 +------
 net/sched/cls_bpf.c    |  7 +------
 9 files changed, 34 insertions(+), 61 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2016-07-01 20:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-30 15:24 [PATCH net-next 0/2] Further robustify putting BPF progs Daniel Borkmann
2016-06-30 15:24 ` [PATCH net-next 1/2] bpf: generally move prog destruction to RCU deferral Daniel Borkmann
2016-06-30 15:24 ` [PATCH net-next 2/2] bpf: refactor bpf_prog_get and type check into helper Daniel Borkmann
2016-07-01 20:05 ` [PATCH net-next 0/2] Further robustify putting BPF progs David Miller

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