netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] BPF + test suite updates
@ 2014-05-29  8:22 Daniel Borkmann
  2014-05-29  8:22 ` [PATCH net-next 1/4] net: filter: add slot overlapping test with fully filled M[] Daniel Borkmann
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Daniel Borkmann @ 2014-05-29  8:22 UTC (permalink / raw)
  To: davem; +Cc: ast, netdev

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

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

end of thread, other threads:[~2014-06-02  5:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-29  8:22 [PATCH net-next 0/4] BPF + test suite updates Daniel Borkmann
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

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