]> asedeno.scripts.mit.edu Git - linux.git/commit
bpf: remove obsolete prog->aux sanitation in bpf_insn_prepare_dump
authorDaniel Borkmann <daniel@iogearbox.net>
Wed, 12 Dec 2018 09:45:38 +0000 (10:45 +0100)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 13 Dec 2018 20:42:44 +0000 (12:42 -0800)
commit9f8c1c5712954f9d8877ac55b18adbdf03e51e1f
tree38f4c20be571e00bcdb41e994b9f780e9faf9b95
parenteb896a69a0cf3afa69f0983470cc41f9cb04c017
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>
kernel/bpf/syscall.c