On 7/23/19 3:03 PM, Song Liu wrote: >> On Jul 23, 2019, at 2:11 PM, Andrii Nakryiko<andr...@fb.com> wrote: >> >> When BPF program defines uninitialized global variable, it's put into >> a special COMMON section. Libbpf will reject such programs, but will >> provide very unhelpful message with garbage-looking section index. >> >> This patch detects special section cases and gives more explicit error >> message. >> >> Signed-off-by: Andrii Nakryiko<andr...@fb.com> > Acked-by: Song Liu<songliubrav...@fb.com> >
Applied. Thanks