]> 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)
commit84bfc6cf33ab1ad3623a6165ffb0a7d764de7032
tree38f4c20be571e00bcdb41e994b9f780e9faf9b95
parentcec24e5520ce4f5506c556fe93c05182c475a304
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 80e081252502 ("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