[PATCH net-next] test_bpf: Add backward jump test case

2015-05-22 Thread Alexei Starovoitov
From: Michael Holzheu holz...@linux.vnet.ibm.com Currently the testsuite does not have a test case with a backward jump. The s390x JIT (kernel 4.0) had a bug in that area. So add one new test case for this now. Signed-off-by: Michael Holzheu holz...@linux.vnet.ibm.com Signed-off-by: Alexei

Re: [PATCH net-next] test_bpf: Add backward jump test case

2015-05-22 Thread Daniel Borkmann
On 05/22/2015 05:36 PM, Alexei Starovoitov wrote: From: Michael Holzheu holz...@linux.vnet.ibm.com Currently the testsuite does not have a test case with a backward jump. The s390x JIT (kernel 4.0) had a bug in that area. So add one new test case for this now. Signed-off-by: Michael Holzheu

Re: [PATCH net-next] test_bpf: Add backward jump test case

2015-05-22 Thread David Miller
From: Alexei Starovoitov a...@plumgrid.com Date: Fri, 22 May 2015 08:36:40 -0700 From: Michael Holzheu holz...@linux.vnet.ibm.com Currently the testsuite does not have a test case with a backward jump. The s390x JIT (kernel 4.0) had a bug in that area. So add one new test case for this now.