On Fri, 2023-02-10 at 01:12 +0100, Ilya Leoshkevich wrote: > Use the new type-safe wrappers around bpf_obj_get_info_by_fd(). > lease enter the commit message for your changes. Lines starting Not sure what happened here, but this line needs to go. I'll fix this in v3 if we decide to keep this patch. > Signed-off-by: Ilya Leoshkevich <iii@xxxxxxxxxxxxx> > --- > tools/bpf/bpftool/btf.c | 13 ++++++++----- > tools/bpf/bpftool/btf_dumper.c | 4 ++-- > tools/bpf/bpftool/cgroup.c | 4 ++-- > tools/bpf/bpftool/common.c | 13 +++++++------ > tools/bpf/bpftool/link.c | 4 ++-- > tools/bpf/bpftool/main.h | 3 ++- > tools/bpf/bpftool/map.c | 8 ++++---- > tools/bpf/bpftool/prog.c | 24 +++++++++++++----------- > tools/bpf/bpftool/struct_ops.c | 6 +++--- > 9 files changed, 43 insertions(+), 36 deletions(-) [...]