Re: mips:allmodconfig build failure in 3.16-rc1 due to bpf_jit code

2014-06-18 Thread Markos Chandras
On 06/17/2014 08:38 PM, Alexei Starovoitov wrote: > On Tue, Jun 17, 2014 at 4:21 AM, Daniel Borkmann wrote: >> On 06/17/2014 01:09 PM, Markos Chandras wrote: >> ... >>> >>> Thanks for these instructions. I will try them myself once I find some >>> >>> time since I don't think bpf_jit for MIPS has

Re: mips:allmodconfig build failure in 3.16-rc1 due to bpf_jit code

2014-06-18 Thread Markos Chandras
On 06/17/2014 08:38 PM, Alexei Starovoitov wrote: On Tue, Jun 17, 2014 at 4:21 AM, Daniel Borkmann dbork...@redhat.com wrote: On 06/17/2014 01:09 PM, Markos Chandras wrote: ... Thanks for these instructions. I will try them myself once I find some time since I don't think bpf_jit for MIPS

Re: mips:allmodconfig build failure in 3.16-rc1 due to bpf_jit code

2014-06-17 Thread Alexei Starovoitov
On Tue, Jun 17, 2014 at 4:21 AM, Daniel Borkmann wrote: > On 06/17/2014 01:09 PM, Markos Chandras wrote: > ... >> >> Thanks for these instructions. I will try them myself once I find some >> >> time since I don't think bpf_jit for MIPS has ever been tested with all >> the opcodes. > > > Sounds

Re: mips:allmodconfig build failure in 3.16-rc1 due to bpf_jit code

2014-06-17 Thread Daniel Borkmann
On 06/17/2014 01:09 PM, Markos Chandras wrote: ... Thanks for these instructions. I will try them myself once I find some time since I don't think bpf_jit for MIPS has ever been tested with all the opcodes. Sounds great! If you find some tests are missing, please feel free to submit them as

Re: mips:allmodconfig build failure in 3.16-rc1 due to bpf_jit code

2014-06-17 Thread Markos Chandras
On 06/17/2014 11:56 AM, Daniel Borkmann wrote: > On 06/17/2014 12:39 PM, Guenter Roeck wrote: >> On 06/17/2014 03:16 AM, Daniel Borkmann wrote: >>> On 06/17/2014 10:20 AM, Daniel Borkmann wrote: On 06/17/2014 04:24 AM, Guenter Roeck wrote: > mips:allmodconfig fails in 3.16-rc1 with lots

Re: mips:allmodconfig build failure in 3.16-rc1 due to bpf_jit code

2014-06-17 Thread Daniel Borkmann
On 06/17/2014 12:54 PM, Markos Chandras wrote: ... This fixes the build and seems to work ok (tried with dhcp and tcpdump). Thanks for fixing it. Reviewed-by: Markos Chandras Tested-by: Markos Chandras Great, thanks for your help! -- To unsubscribe from this list: send the line "unsubscribe

Re: mips:allmodconfig build failure in 3.16-rc1 due to bpf_jit code

2014-06-17 Thread Daniel Borkmann
On 06/17/2014 12:39 PM, Guenter Roeck wrote: On 06/17/2014 03:16 AM, Daniel Borkmann wrote: On 06/17/2014 10:20 AM, Daniel Borkmann wrote: On 06/17/2014 04:24 AM, Guenter Roeck wrote: mips:allmodconfig fails in 3.16-rc1 with lots of undefined symbols. arch/mips/net/bpf_jit.c: In function

Re: mips:allmodconfig build failure in 3.16-rc1 due to bpf_jit code

2014-06-17 Thread Markos Chandras
On 06/17/2014 11:16 AM, Daniel Borkmann wrote: > On 06/17/2014 10:20 AM, Daniel Borkmann wrote: >> On 06/17/2014 04:24 AM, Guenter Roeck wrote: >>> mips:allmodconfig fails in 3.16-rc1 with lots of undefined symbols. >>> >>> arch/mips/net/bpf_jit.c: In function 'is_load_to_a': >>>

Re: mips:allmodconfig build failure in 3.16-rc1 due to bpf_jit code

2014-06-17 Thread Guenter Roeck
On 06/17/2014 03:16 AM, Daniel Borkmann wrote: On 06/17/2014 10:20 AM, Daniel Borkmann wrote: On 06/17/2014 04:24 AM, Guenter Roeck wrote: mips:allmodconfig fails in 3.16-rc1 with lots of undefined symbols. arch/mips/net/bpf_jit.c: In function 'is_load_to_a': arch/mips/net/bpf_jit.c:559:7:

Re: mips:allmodconfig build failure in 3.16-rc1 due to bpf_jit code

2014-06-17 Thread Daniel Borkmann
On 06/17/2014 10:20 AM, Daniel Borkmann wrote: On 06/17/2014 04:24 AM, Guenter Roeck wrote: mips:allmodconfig fails in 3.16-rc1 with lots of undefined symbols. arch/mips/net/bpf_jit.c: In function 'is_load_to_a': arch/mips/net/bpf_jit.c:559:7: error: 'BPF_S_LD_W_LEN' undeclared (first use in

Re: mips:allmodconfig build failure in 3.16-rc1 due to bpf_jit code

2014-06-17 Thread Daniel Borkmann
On 06/17/2014 04:24 AM, Guenter Roeck wrote: mips:allmodconfig fails in 3.16-rc1 with lots of undefined symbols. arch/mips/net/bpf_jit.c: In function 'is_load_to_a': arch/mips/net/bpf_jit.c:559:7: error: 'BPF_S_LD_W_LEN' undeclared (first use in this function) arch/mips/net/bpf_jit.c:559:7:

Re: mips:allmodconfig build failure in 3.16-rc1 due to bpf_jit code

2014-06-17 Thread Daniel Borkmann
On 06/17/2014 04:24 AM, Guenter Roeck wrote: mips:allmodconfig fails in 3.16-rc1 with lots of undefined symbols. arch/mips/net/bpf_jit.c: In function 'is_load_to_a': arch/mips/net/bpf_jit.c:559:7: error: 'BPF_S_LD_W_LEN' undeclared (first use in this function) arch/mips/net/bpf_jit.c:559:7:

Re: mips:allmodconfig build failure in 3.16-rc1 due to bpf_jit code

2014-06-17 Thread Daniel Borkmann
On 06/17/2014 10:20 AM, Daniel Borkmann wrote: On 06/17/2014 04:24 AM, Guenter Roeck wrote: mips:allmodconfig fails in 3.16-rc1 with lots of undefined symbols. arch/mips/net/bpf_jit.c: In function 'is_load_to_a': arch/mips/net/bpf_jit.c:559:7: error: 'BPF_S_LD_W_LEN' undeclared (first use in

Re: mips:allmodconfig build failure in 3.16-rc1 due to bpf_jit code

2014-06-17 Thread Guenter Roeck
On 06/17/2014 03:16 AM, Daniel Borkmann wrote: On 06/17/2014 10:20 AM, Daniel Borkmann wrote: On 06/17/2014 04:24 AM, Guenter Roeck wrote: mips:allmodconfig fails in 3.16-rc1 with lots of undefined symbols. arch/mips/net/bpf_jit.c: In function 'is_load_to_a': arch/mips/net/bpf_jit.c:559:7:

Re: mips:allmodconfig build failure in 3.16-rc1 due to bpf_jit code

2014-06-17 Thread Markos Chandras
On 06/17/2014 11:16 AM, Daniel Borkmann wrote: On 06/17/2014 10:20 AM, Daniel Borkmann wrote: On 06/17/2014 04:24 AM, Guenter Roeck wrote: mips:allmodconfig fails in 3.16-rc1 with lots of undefined symbols. arch/mips/net/bpf_jit.c: In function 'is_load_to_a': arch/mips/net/bpf_jit.c:559:7:

Re: mips:allmodconfig build failure in 3.16-rc1 due to bpf_jit code

2014-06-17 Thread Daniel Borkmann
On 06/17/2014 12:39 PM, Guenter Roeck wrote: On 06/17/2014 03:16 AM, Daniel Borkmann wrote: On 06/17/2014 10:20 AM, Daniel Borkmann wrote: On 06/17/2014 04:24 AM, Guenter Roeck wrote: mips:allmodconfig fails in 3.16-rc1 with lots of undefined symbols. arch/mips/net/bpf_jit.c: In function

Re: mips:allmodconfig build failure in 3.16-rc1 due to bpf_jit code

2014-06-17 Thread Daniel Borkmann
On 06/17/2014 12:54 PM, Markos Chandras wrote: ... This fixes the build and seems to work ok (tried with dhcp and tcpdump). Thanks for fixing it. Reviewed-by: Markos Chandras markos.chand...@imgtec.com Tested-by: Markos Chandras markos.chand...@imgtec.com Great, thanks for your help! -- To

Re: mips:allmodconfig build failure in 3.16-rc1 due to bpf_jit code

2014-06-17 Thread Markos Chandras
On 06/17/2014 11:56 AM, Daniel Borkmann wrote: On 06/17/2014 12:39 PM, Guenter Roeck wrote: On 06/17/2014 03:16 AM, Daniel Borkmann wrote: On 06/17/2014 10:20 AM, Daniel Borkmann wrote: On 06/17/2014 04:24 AM, Guenter Roeck wrote: mips:allmodconfig fails in 3.16-rc1 with lots of undefined

Re: mips:allmodconfig build failure in 3.16-rc1 due to bpf_jit code

2014-06-17 Thread Daniel Borkmann
On 06/17/2014 01:09 PM, Markos Chandras wrote: ... Thanks for these instructions. I will try them myself once I find some time since I don't think bpf_jit for MIPS has ever been tested with all the opcodes. Sounds great! If you find some tests are missing, please feel free to submit them as

Re: mips:allmodconfig build failure in 3.16-rc1 due to bpf_jit code

2014-06-17 Thread Alexei Starovoitov
On Tue, Jun 17, 2014 at 4:21 AM, Daniel Borkmann dbork...@redhat.com wrote: On 06/17/2014 01:09 PM, Markos Chandras wrote: ... Thanks for these instructions. I will try them myself once I find some time since I don't think bpf_jit for MIPS has ever been tested with all the opcodes.

mips:allmodconfig build failure in 3.16-rc1 due to bpf_jit code

2014-06-16 Thread Guenter Roeck
mips:allmodconfig fails in 3.16-rc1 with lots of undefined symbols. arch/mips/net/bpf_jit.c: In function 'is_load_to_a': arch/mips/net/bpf_jit.c:559:7: error: 'BPF_S_LD_W_LEN' undeclared (first use in this function) arch/mips/net/bpf_jit.c:559:7: note: each undeclared identifier is reported

mips:allmodconfig build failure in 3.16-rc1 due to bpf_jit code

2014-06-16 Thread Guenter Roeck
mips:allmodconfig fails in 3.16-rc1 with lots of undefined symbols. arch/mips/net/bpf_jit.c: In function 'is_load_to_a': arch/mips/net/bpf_jit.c:559:7: error: 'BPF_S_LD_W_LEN' undeclared (first use in this function) arch/mips/net/bpf_jit.c:559:7: note: each undeclared identifier is reported