| From: |
| Alexei Starovoitov <ast@plumgrid.com> |
| To: |
| Daniel Borkmann <dborkman@redhat.com> |
| Subject: |
| [PATCH v6 net-next 0/3] filter: add Extended BPF interpreter and converter, seccomp |
| Date: |
| Wed, 5 Mar 2014 19:30:14 -0800 |
| Message-ID: |
| <1394076617-8108-1-git-send-email-ast@plumgrid.com> |
| Cc: |
| "David S. Miller" <davem@davemloft.net>, Ingo Molnar <mingo@kernel.org>, Will Drewry <wad@chromium.org>, Steven Rostedt <rostedt@goodmis.org>, Peter Zijlstra <a.p.zijlstra@chello.nl>, "H. Peter Anvin" <hpa@zytor.com>, Hagen Paul Pfeifer <hagen@jauu.net>, Jesse Gross <jesse@nicira.com>, Thomas Gleixner <tglx@linutronix.de>, Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>, Tom Zanussi <tom.zanussi@linux.intel.com>, Jovi Zhangwei <jovi.zhangwei@gmail.com>, Eric Dumazet <edumazet@google.com>, Linus Torvalds <torvalds@linux-foundation.org>, Andrew Morton <akpm@linux-foundation.org>, Frederic Weisbecker <fweisbec@gmail.com>, Arnaldo Carvalho de Melo <acme@infradead.org>, Pekka Enberg <penberg@iki.fi>, Arjan van de Ven <arjan@infradead.org>, Christoph Hellwig <hch@infradead.org>, linux-kernel@vger.kernel.org, netdev@vger.kernel.org |
| Archive‑link: | |
Article |
Hi All,
V1 patches:
http://thread.gmane.org/gmane.linux.kernel/1605783
V2 patches:
http://thread.gmane.org/gmane.linux.kernel/1642325
V3 patches:
http://thread.gmane.org/gmane.linux.kernel/1656538
V4 summary:
- addressed Daniel comments
- RFC for seccomp with extended BPF
- added extended BPF design doc
V5 summary:
- fixed commit one-liner, removed empty line
- added Hagen's ack
V6 summary:
- unrolled loop in populate_seccomp_data() to help gcc on arm
- removed empty line at the end of the file
- removed redundant (u32) cast in JSET
- fixed BPF_RVAL instead of BPF_SRC for BPF_RET in sk_convert_filter()
- updated commit log
- added Daniel's Reviewed-by
- added Kees's Reviewed-by
x86_64, i386 and arm32 look clean.
Thanks!
Alexei Starovoitov (3):
filter: add Extended BPF interpreter and converter
seccomp: convert seccomp to use extended BPF
doc: filter: add Extended BPF documentation
Documentation/networking/filter.txt | 181 ++++++++
include/linux/filter.h | 6 +-
include/linux/netdevice.h | 1 +
include/linux/seccomp.h | 1 -
include/uapi/linux/filter.h | 33 +-
kernel/seccomp.c | 118 +++--
net/core/filter.c | 806 ++++++++++++++++++++++++++++++++++-
net/core/sysctl_net_core.c | 7 +
8 files changed, 1063 insertions(+), 90 deletions(-)
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/