Files
linux-stable-mirror/include/linux
Martin KaFai Lau d3e42bb0a3 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: 27ae7997a6 ("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
2020-01-29 16:40:54 +01:00
..
2020-01-27 14:35:32 +01:00
2020-01-15 10:07:27 -08:00
2020-01-23 12:37:18 +00:00
2020-01-23 00:35:50 +01:00
2020-01-27 11:09:31 +01:00
2020-01-14 12:20:48 +01:00
2020-01-16 17:09:18 +01:00
2020-01-14 12:20:48 +01:00
2020-01-13 18:16:43 -08:00
2020-01-24 10:24:31 -08:00
2020-01-24 10:24:31 -08:00
2020-01-13 18:31:48 -08:00
2020-01-26 15:28:47 +01:00
2020-01-14 12:20:48 +01:00
2020-01-17 22:33:37 -05:00