MIPS: bpf: Use pr_debug instead of pr_warn for unhandled opcodes
We should prevent spamming the logs during normal execution of bpf-jit. Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Suggested-by: Alexei Starovoitov <ast@plumgrid.com> Cc: David S. Miller <davem@davemloft.net> Cc: Daniel Borkmann <dborkman@redhat.com> Cc: Alexei Starovoitov <ast@plumgrid.com> Cc: netdev@vger.kernel.org Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/7129/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Родитель
91a41d7f97
Коммит
78b95b662c
|
@ -1345,8 +1345,8 @@ jmp_cmp:
|
|||
emit_half_load(r_A, r_skb, off, ctx);
|
||||
break;
|
||||
default:
|
||||
pr_warn("%s: Unhandled opcode: 0x%02x\n", __FILE__,
|
||||
inst->code);
|
||||
pr_debug("%s: Unhandled opcode: 0x%02x\n", __FILE__,
|
||||
inst->code);
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче