]> git.baikalelectronics.ru Git - kernel.git/commit
ebpf: misc core cleanup
authorDaniel Borkmann <daniel@iogearbox.net>
Fri, 29 May 2015 21:23:07 +0000 (23:23 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 Jun 2015 04:44:44 +0000 (21:44 -0700)
commit167402c8a9115d78f68145a1dc1294235e26f3c2
tree2894bf499d8cc8d792711eef8684b65d3e45c853
parent326f56af2661b17a94f14908040d44664a5e4c37
ebpf: misc core cleanup

Besides others, move bpf_tail_call_proto to the remaining definitions
of other protos, improve comments a bit (i.e. remove some obvious ones,
where the code is already self-documenting, add objectives for others),
simplify bpf_prog_array_compatible() a bit.

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Alexei Starovoitov <ast@plumgrid.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
kernel/bpf/core.c
kernel/bpf/helpers.c