All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/3] BPF updates
@ 2014-09-08  6:04 Daniel Borkmann
  2014-09-08  6:04 ` [PATCH net-next v2 1/3] net: bpf: consolidate JIT binary allocator Daniel Borkmann
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Daniel Borkmann @ 2014-09-08  6:04 UTC (permalink / raw)
  To: davem; +Cc: ast, mgherzan, netdev

[ Set applies on top of current net-next but also on top of
  Alexei's latest patches. Please see individual patches for
  more details. ]

Changelog:
 v1->v2:
  - Removed paragraph in 1st commit message
  - Rest stays the same

Daniel Borkmann (3):
  net: bpf: consolidate JIT binary allocator
  net: bpf: arm: address randomize and write protect JIT code
  net: bpf: be friendly to kmemcheck

 arch/arm/net/bpf_jit_32.c       | 34 +++++++++++++++++++++------
 arch/mips/net/bpf_jit.c         |  2 +-
 arch/powerpc/net/bpf_jit_comp.c |  2 +-
 arch/s390/net/bpf_jit_comp.c    | 47 ++++++++-----------------------------
 arch/sparc/net/bpf_jit_comp.c   |  2 +-
 arch/x86/net/bpf_jit_comp.c     | 52 ++++++++++-------------------------------
 include/linux/filter.h          | 19 ++++++++++++---
 kernel/bpf/core.c               | 39 +++++++++++++++++++++++++++++++
 net/core/filter.c               |  2 +-
 9 files changed, 108 insertions(+), 91 deletions(-)

-- 
1.7.11.7

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

end of thread, other threads:[~2014-09-10  0:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-08  6:04 [PATCH net-next v2 0/3] BPF updates Daniel Borkmann
2014-09-08  6:04 ` [PATCH net-next v2 1/3] net: bpf: consolidate JIT binary allocator Daniel Borkmann
2014-09-08  6:04 ` [PATCH net-next v2 2/3] net: bpf: arm: address randomize and write protect JIT code Daniel Borkmann
2014-09-08  6:04 ` [PATCH net-next v2 3/3] net: bpf: be friendly to kmemcheck Daniel Borkmann
2014-09-10  0:00 ` [PATCH net-next v2 0/3] BPF updates David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.