netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH bpf 0/2] BPF fix and test case
@ 2018-07-19 16:18 Daniel Borkmann
  2018-07-19 16:18 ` [PATCH bpf 1/2] bpf, ppc64: fix unexpected r0=0 exit path inside bpf_xadd Daniel Borkmann
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Daniel Borkmann @ 2018-07-19 16:18 UTC (permalink / raw)
  To: alexei.starovoitov; +Cc: naveen.n.rao, sandipan, netdev, Daniel Borkmann

This set adds a ppc64 JIT fix for xadd as well as a missing test
case for verifying whether xadd messes with src/dst reg. Thanks!

Daniel Borkmann (2):
  bpf, ppc64: fix unexpected r0=0 exit path inside bpf_xadd
  bpf: test case to check whether src/dst regs got mangled by xadd

 arch/powerpc/net/bpf_jit_comp64.c           | 29 ++++-----------------
 tools/testing/selftests/bpf/test_verifier.c | 40 +++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+), 24 deletions(-)

-- 
2.9.5

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

end of thread, other threads:[~2018-07-19 23:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-19 16:18 [PATCH bpf 0/2] BPF fix and test case Daniel Borkmann
2018-07-19 16:18 ` [PATCH bpf 1/2] bpf, ppc64: fix unexpected r0=0 exit path inside bpf_xadd Daniel Borkmann
2018-07-19 16:18 ` [PATCH bpf 2/2] bpf: test case to check whether src/dst regs got mangled by xadd Daniel Borkmann
2018-07-19 23:12 ` [PATCH bpf 0/2] BPF fix and test case Alexei Starovoitov

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