diff options
author | Martin KaFai Lau <kafai@fb.com> | 2020-01-27 18:51:45 +0100 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2020-01-29 16:40:54 +0100 |
commit | d3e42bb0a329fadff98fcb927714d0a486840e3b (patch) | |
tree | 4d98a7235279da2956f340bcdb08d78cb6bdb76f /tools | |
parent | net: mvneta: fix XDP support if sw bm is used as fallback (diff) | |
download | linux-d3e42bb0a329fadff98fcb927714d0a486840e3b.tar.xz linux-d3e42bb0a329fadff98fcb927714d0a486840e3b.zip |
bpf: Reuse log from btf_prase_vmlinux() in btf_struct_ops_init()
Instead of using a locally defined "struct bpf_verifier_log log = {}",
btf_struct_ops_init() should reuse the "log" from its calling
function "btf_parse_vmlinux()". It should also resolve the
frame-size too large compiler warning in some ARCH.
Fixes: 27ae7997a661 ("bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS")
Signed-off-by: Martin KaFai Lau <kafai@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Andrii Nakryiko <andriin@fb.com>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20200127175145.1154438-1-kafai@fb.com
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions