On 2020-06-22 at 16:26:17 +0200, Quentin Monnet <quentin@xxxxxxxxxxxxx> wrote: > 2020-06-22 16:00 UTC+0200 ~ Tobias Klauser <tklauser@xxxxxxxxxx> > > Follow the same approach as for map_type_name. This leads to a slight > > map_type_name looks unchanged in this series, could you please check > your commit log? Yes this patch intentionally shouldn't change map_type_name. The idea was to say "do the same thing for prog_type_name name as is already done for map_type_name". I can rephrase that to become more clear if you want. > > decrease in the binary size of bpftool. > > > > Before: > > > > text data bss dec hex filename > > 401032 11936 1573160 1986128 1e4e50 bpftool > > > > After: > > > > text data bss dec hex filename > > 399024 11168 1573160 1983352 1e4378 bpftool > > > > Signed-off-by: Tobias Klauser <tklauser@xxxxxxxxxx> > > Reviewed-by: Quentin Monnet <quentin@xxxxxxxxxxxxx> Thank you.