Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1665320 > unrolled thread
| Started by | Daniel Borkmann <daniel@iogearbox.net> |
|---|---|
| First post | 2017-06-14 02:30 +0200 |
| Last post | 2017-06-14 21:10 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 0/4] bpf: Changes needed (or desired) for MIPS support Daniel Borkmann <daniel@iogearbox.net> - 2017-06-14 02:30 +0200
Re: [PATCH 0/4] bpf: Changes needed (or desired) for MIPS support David Miller <davem@davemloft.net> - 2017-06-14 21:10 +0200
| From | Daniel Borkmann <daniel@iogearbox.net> |
|---|---|
| Date | 2017-06-14 02:30 +0200 |
| Subject | Re: [PATCH 0/4] bpf: Changes needed (or desired) for MIPS support |
| Message-ID | <tS4m6-6rv-15@gated-at.bofh.it> |
On 06/14/2017 01:49 AM, David Daney wrote: > 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. I think these could go independently through net-next tree? Thanks, Daniel > 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 >
[toc] | [next] | [standalone]
| From | David Miller <davem@davemloft.net> |
|---|---|
| Date | 2017-06-14 21:10 +0200 |
| Message-ID | <tSlPX-Gm-5@gated-at.bofh.it> |
| In reply to | #1665320 |
From: David Daney <ddaney@caviumnetworks.com> Date: Wed, 14 Jun 2017 08:54:03 -0700 > On 06/13/2017 05:22 PM, Daniel Borkmann wrote: >> On 06/14/2017 01:49 AM, David Daney wrote: >>> 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. >> I think these could go independently through net-next tree? > > Yes, if davem is happy with them, I think that makes sense that he > take them via net-next. Series applied to net-next, thanks!
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web