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

2015-05-22 Thread David Miller
From: Alexei Starovoitov Date: Fri, 22 May 2015 08:36:40 -0700 > From: Michael Holzheu > > 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 Daniel Borkmann
On 05/22/2015 05:36 PM, Alexei Starovoitov wrote: From: Michael Holzheu 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 Signed-off-by: Alexei Starov

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

2015-05-22 Thread Alexei Starovoitov
From: Michael Holzheu 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 Signed-off-by: Alexei Starovoitov --- lib/test_bpf.c | 16