]> git.baikalelectronics.ru Git - kernel.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)
commit6aabc088aabcebd511dc5f9cfa1626c4809aba98
tree38f4c20be571e00bcdb41e994b9f780e9faf9b95
parent4734680b97c452315a74d99a481609f41b7dda26
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 3ac64baba9f1 ("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