Re: [PATCH bpf 0/2] BPF fix and test case

2018-07-19 Thread Alexei Starovoitov
On Thu, Jul 19, 2018 at 06:18:34PM +0200, Daniel Borkmann wrote: > 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! Applied, Thanks

[PATCH bpf 0/2] BPF fix and test case

2018-07-19 Thread 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/b