Thread (36 messages) flat view 36 messages, 8 authors, 2016-02-24

Re: [PATCH 31/33] bpf: Add __bpf_prog_run() to stacktool whitelist

From: Daniel Borkmann <daniel@iogearbox.net>
Date: 2016-01-21 22:58:01
Also in: lkml

On 01/21/2016 11:49 PM, Josh Poimboeuf wrote:
stacktool reports the following false positive warnings:

   stacktool: kernel/bpf/core.o: __bpf_prog_run()+0x5c: sibling call from callable instruction with changed frame pointer
   stacktool: kernel/bpf/core.o: __bpf_prog_run()+0x60: function has unreachable instruction
   stacktool: kernel/bpf/core.o: __bpf_prog_run()+0x64: function has unreachable instruction
   [...]

It's confused by the following dynamic jump instruction in
__bpf_prog_run()::

   jmp     *(%r12,%rax,8)

which corresponds to the following line in the C code:

   goto *jumptable[insn->code];

There's no way for stacktool to deterministically find all possible
branch targets for a dynamic jump, so it can't verify this code.

In this case the jumps all stay within the function, and there's nothing
unusual going on related to the stack, so we can whitelist the function.

Signed-off-by: Josh Poimboeuf <redacted>
Cc: Alexei Starovoitov <ast@kernel.org>
Cc: netdev@vger.kernel.org
Fine by me:

Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help