commit | 79741b3bdec01a8628368fbcfccc7d189ed606cb | [log] [tgz] |
---|---|---|
author | Alexei Starovoitov <ast@fb.com> | Wed Mar 15 18:26:40 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 16 20:44:11 2017 -0700 |
tree | 8c8e866e58087e26eab10b1086282a73dfcdcf86 | |
parent | e245c5c6a5656e4d61aa7bb08e9694fd6e5b2b9d [diff] |
bpf: refactor fixup_bpf_calls() reduce indent and make it iterate over instructions similar to convert_ctx_accesses(). Also convert hard BUG_ON into soft verifier error. Signed-off-by: Alexei Starovoitov <ast@kernel.org> Acked-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: David S. Miller <davem@davemloft.net>