From: Alexei Starovoitov <ast@plumgrid.com>
To: "David S. Miller" <davem@davemloft.net>
Cc: Eric Dumazet <edumazet@google.com>,
Daniel Borkmann <dborkman@redhat.com>,
"H. Peter Anvin" <hpa@zytor.com>,
Thomas Gleixner <tglx@linutronix.de>,
Ingo Molnar <mingo@kernel.org>, Chema Gonzalez <chema@google.com>,
Kees Cook <keescook@chromium.org>,
netdev@vger.kernel.org
Subject: [PATCH net-next 0/3] internal BPF jit for x64 and JITed seccomp
Date: Tue, 13 May 2014 19:50:44 -0700 [thread overview]
Message-ID: <1400035847-7730-1-git-send-email-ast@plumgrid.com> (raw)
Internal BPF JIT compiler for x86_64 replaces classic BPF JIT.
Use it in seccomp and in tracing filters (sent as separate patch)
Alexei Starovoitov (3):
net: filter: x86: split bpf_jit_compile()
net: filter: x86: internal BPF JIT
seccomp: JIT compile seccomp filter
arch/x86/net/bpf_jit.S | 77 +--
arch/x86/net/bpf_jit_comp.c | 1399 ++++++++++++++++++++++++-------------------
include/linux/filter.h | 3 +
kernel/seccomp.c | 29 +-
net/core/filter.c | 9 +-
5 files changed, 824 insertions(+), 693 deletions(-)
--
1.7.9.5
next reply other threads:[~2014-05-14 2:50 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-14 2:50 Alexei Starovoitov [this message]
2014-05-14 2:50 ` [PATCH net-next 1/3] net: filter: x86: split bpf_jit_compile() Alexei Starovoitov
2014-05-14 2:50 ` [PATCH net-next 2/3] net: filter: x86: internal BPF JIT Alexei Starovoitov
2014-05-14 2:50 ` [PATCH net-next 3/3] seccomp: JIT compile seccomp filter Alexei Starovoitov
2014-05-15 20:32 ` [PATCH net-next 0/3] internal BPF jit for x64 and JITed seccomp David Miller
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=1400035847-7730-1-git-send-email-ast@plumgrid.com \
--to=ast@plumgrid.com \
--cc=chema@google.com \
--cc=davem@davemloft.net \
--cc=dborkman@redhat.com \
--cc=edumazet@google.com \
--cc=hpa@zytor.com \
--cc=keescook@chromium.org \
--cc=mingo@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=tglx@linutronix.de \
/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 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).