[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1430908145.git.daniel@iogearbox.net>
Date: Wed, 6 May 2015 16:12:26 +0200
From: Daniel Borkmann <daniel@...earbox.net>
To: davem@...emloft.net
Cc: ast@...mgrid.com, keescook@...omium.org, nschichan@...ebox.fr,
netdev@...r.kernel.org, Daniel Borkmann <daniel@...earbox.net>
Subject: [PATCH net-next 0/4] BPF updates
This set gets rid of BPF special handling in seccomp filter preparation
and provides generic infrastructure from BPF side, which eventually also
allows for classic BPF JITs to add support for seccomp filters.
Daniel Borkmann (2):
net: filter: add __GFP_NOWARN flag for larger kmem allocs
seccomp, filter: add and use bpf_prog_create_from_user from seccomp
Nicolas Schichan (2):
net: filter: add a callback to allow classic post-verifier transformations
seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filter
include/linux/filter.h | 10 +++---
kernel/seccomp.c | 70 +++++++++---------------------------------
net/core/filter.c | 82 ++++++++++++++++++++++++++++++++++++++++++++------
3 files changed, 91 insertions(+), 71 deletions(-)
--
1.9.3
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists