netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Daniel Borkmann <dborkman@redhat.com>
To: davem@davemloft.net
Cc: ast@plumgrid.com, netdev@vger.kernel.org
Subject: [PATCH net-next 0/4] BPF + test suite updates
Date: Thu, 29 May 2014 10:22:47 +0200	[thread overview]
Message-ID: <1401351771-5367-1-git-send-email-dborkman@redhat.com> (raw)

These are the last bigger BPF changes that I had in my todo
queue for now. As the first two patches from this series
contain additional test cases for the test suite, I have
rebased them on top of current net-next with the set from [1]
applied to avoid introducing any unnecessary merge conflicts.

For details, please refer to the individual patches. Test
suite runs fine with the set applied.

Thanks a lot,

Daniel

 [1] http://patchwork.ozlabs.org/patch/352599/
     http://patchwork.ozlabs.org/patch/352600/

Daniel Borkmann (4):
  net: filter: add slot overlapping test with fully filled M[]
  net: filter: add test for loading SKF_AD_OFF limits
  net: filter: get rid of BPF_S_* enum
  net: filter: explicit initialization in filter block macros

 arch/arm/net/bpf_jit_32.c       | 139 +++++------
 arch/powerpc/net/bpf_jit_64.S   |   2 +-
 arch/powerpc/net/bpf_jit_comp.c | 157 ++++++------
 arch/s390/net/bpf_jit_comp.c    | 163 ++++++------
 arch/sparc/net/bpf_jit_comp.c   | 154 ++++++------
 include/linux/filter.h          | 363 ++++++++++++++++++---------
 kernel/seccomp.c                |  83 +++----
 lib/test_bpf.c                  |  97 +++++++-
 net/core/filter.c               | 537 +++++++++++++++-------------------------
 9 files changed, 871 insertions(+), 824 deletions(-)

-- 
1.7.11.7

             reply	other threads:[~2014-05-29  8:22 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-29  8:22 Daniel Borkmann [this message]
2014-05-29  8:22 ` [PATCH net-next 1/4] net: filter: add slot overlapping test with fully filled M[] Daniel Borkmann
2014-05-30 22:54   ` Chema Gonzalez
2014-05-30 23:41     ` Alexei Starovoitov
2014-05-29  8:22 ` [PATCH net-next 2/4] net: filter: add test for loading SKF_AD_OFF limits Daniel Borkmann
2014-05-29  8:22 ` [PATCH net-next 3/4] net: filter: get rid of BPF_S_* enum Daniel Borkmann
2014-05-30 23:22   ` Chema Gonzalez
2014-05-30 23:30   ` Alexei Starovoitov
2014-05-29  8:22 ` [PATCH net-next 4/4] net: filter: improve filter block macros Daniel Borkmann
2014-06-02  5:18 ` [PATCH net-next 0/4] BPF + test suite updates 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=1401351771-5367-1-git-send-email-dborkman@redhat.com \
    --to=dborkman@redhat.com \
    --cc=ast@plumgrid.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    /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).