On Mon, Jan 27, 2020 at 9:52 AM Martin KaFai Lau <kafai@xxxxxx> wrote: > > 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@xxxxxx> > --- LGTM, but there is typo in subject (btf_prase_vmlinux). Acked-by: Andrii Nakryiko <andriin@xxxxxx> [...]