netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] bpf: Changes needed (or desired) for MIPS support
@ 2017-06-13 23:49 David Daney
  2017-06-13 23:49 ` [PATCH 1/4] tools: bpf_jit_disasm: Handle large images David Daney
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: David Daney @ 2017-06-13 23:49 UTC (permalink / raw)
  To: Alexei Starovoitov, Daniel Borkmann, David S. Miller, netdev,
	linux-kernel
  Cc: linux-mips, ralf, David Daney

This is a grab bag of changes to the bpf testing infrastructure I
developed working on MIPS eBPF JIT support.  The change to
bpf_jit_disasm is probably universally beneficial, the others are more
MIPS specific.

David Daney (4):
  tools: bpf_jit_disasm:  Handle large images.
  test_bpf: Add test to make conditional jump cross a large number of
    insns.
  bpf: Add MIPS support to samples/bpf.
  samples/bpf: Fix tracex5 to work with MIPS syscalls.

 lib/test_bpf.c             | 32 ++++++++++++++++++++++++++++++++
 samples/bpf/Makefile       | 13 +++++++++++++
 samples/bpf/bpf_helpers.h  | 13 +++++++++++++
 samples/bpf/syscall_nrs.c  | 12 ++++++++++++
 samples/bpf/tracex5_kern.c | 11 ++++++++---
 tools/net/bpf_jit_disasm.c | 37 ++++++++++++++++++++++++++-----------
 6 files changed, 104 insertions(+), 14 deletions(-)
 create mode 100644 samples/bpf/syscall_nrs.c

-- 
2.9.4

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

end of thread, other threads:[~2017-06-14 19:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-13 23:49 [PATCH 0/4] bpf: Changes needed (or desired) for MIPS support David Daney
2017-06-13 23:49 ` [PATCH 1/4] tools: bpf_jit_disasm: Handle large images David Daney
2017-06-14  0:19   ` Daniel Borkmann
2017-06-13 23:49 ` [PATCH 2/4] test_bpf: Add test to make conditional jump cross a large number of insns David Daney
2017-06-14  0:20   ` Daniel Borkmann
2017-06-13 23:49 ` [PATCH 3/4] bpf: Add MIPS support to samples/bpf David Daney
2017-06-14  0:20   ` Daniel Borkmann
2017-06-13 23:49 ` [PATCH 4/4] samples/bpf: Fix tracex5 to work with MIPS syscalls David Daney
2017-06-14  0:21   ` Daniel Borkmann
2017-06-14  0:22 ` [PATCH 0/4] bpf: Changes needed (or desired) for MIPS support Daniel Borkmann
2017-06-14 15:54   ` David Daney
2017-06-14 19:03     ` 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).