diff options
| author | Daniel Borkmann <[email protected]> | 2014-06-17 12:16:18 +0200 |
|---|---|---|
| committer | Ralf Baechle <[email protected]> | 2014-06-26 10:48:18 +0100 |
| commit | a83d081ed14e4281d2620d182c6044c0c21c551e (patch) | |
| tree | 716a2ae364ee921d8e8ae8468d0638f308c50de8 /drivers/scsi/mpt2sas/mpi/mpi2_raid.h | |
| parent | 16f77de82f2d2f628306dab9bc4799df0d28a199 (diff) | |
MIPS: BPF JIT: Fix build error.
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 only once for each function it appears in
arch/mips/net/bpf_jit.c:560:7: error: 'BPF_S_LD_W_ABS' undeclared (first use in this function)
[...]
The reason behind this is that 3480593131e0 ("net: filter: get rid of
BPF_S_* enum") was routed via net-next tree, that takes all BPF-related
changes, at a time where MIPS BPF JIT was not part of net-next, while
c6610de353da ("MIPS: net: Add BPF JIT") was routed via mips arch tree
and went into mainline within the same merge window. Thus, fix it up by
converting BPF_S_* in a similar fashion as in 3480593131e0 for MIPS.
Reported-by: Guenter Roeck <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Cc: Ralf Baechle <[email protected]>
Cc: Alexei Starovoitov <[email protected]>
Cc: Markos Chandras <[email protected]>
Cc: [email protected] <[email protected]>
Cc: Linux MIPS Mailing List <[email protected]>
Patchwork: https://patchwork.linux-mips.org/patch/7099/
Signed-off-by: Ralf Baechle <[email protected]>
Diffstat (limited to 'drivers/scsi/mpt2sas/mpi/mpi2_raid.h')
0 files changed, 0 insertions, 0 deletions