]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: move fixup_bpf_calls() function
authorAlexei Starovoitov <ast@fb.com>
Thu, 16 Mar 2017 01:26:39 +0000 (18:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 17 Mar 2017 03:44:11 +0000 (20:44 -0700)
commit0394afc30f431e432819ac75b975a6720f1460a9
treee6767b1b7f1ccb7affc6f7ed325249870db84370
parentd58b2c0f0e13bbb015db2d601b0ef5bea62fbb93
bpf: move fixup_bpf_calls() function

no functional change.
move fixup_bpf_calls() to verifier.c
it's being refactored in the next patch

Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
kernel/bpf/syscall.c
kernel/bpf/verifier.c