commit | 9f8c1c5712954f9d8877ac55b18adbdf03e51e1f | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <daniel@iogearbox.net> | Wed Dec 12 10:45:38 2018 +0100 |
committer | Alexei Starovoitov <ast@kernel.org> | Thu Dec 13 12:42:44 2018 -0800 |
tree | 38f4c20be571e00bcdb41e994b9f780e9faf9b95 | |
parent | eb896a69a0cf3afa69f0983470cc41f9cb04c017 [diff] |
bpf: remove obsolete prog->aux sanitation in bpf_insn_prepare_dump This logic is not needed anymore since we got rid of the verifier rewrite that was using prog->aux address in f6069b9aa993 ("bpf: fix redirect to map under tail calls"). Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: Alexei Starovoitov <ast@kernel.org>