]> git.proxmox.com Git - mirror_ubuntu-artful-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)
commite245c5c6a5656e4d61aa7bb08e9694fd6e5b2b9d
treee6767b1b7f1ccb7affc6f7ed325249870db84370
parent4396e46187ca5070219b81773c4e65088dac50cc
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