Merge branch 'bpftool: improve error handing for missing .BTF section'
authorAndrii Nakryiko <andrii@kernel.org>
Wed, 21 Dec 2022 00:09:40 +0000 (16:09 -0800)
committerAndrii Nakryiko <andrii@kernel.org>
Wed, 21 Dec 2022 00:09:40 +0000 (16:09 -0800)
commit7b43df6c6ec38c9097420902a1c8165c4b25bf70
treede49f97a208943fa022a576c99a155dff69f46fd
parent1520e8466d683b6c5e1aa53aa65165ebd5da46cf
parente7f0d5cdd023d8fa53d9ca541b9a55f0eb45618c
Merge branch 'bpftool: improve error handing for missing .BTF section'

Changbin Du says:

====================
Display error message for missing ".BTF" section and clean up empty
vmlinux.h file.

v3:
 - fix typo and make error message consistent. (Andrii Nakryiko)
 - split out perf change.
v2:
 - remove vmlinux specific error info.
 - use builtin target .DELETE_ON_ERROR: to delete empty vmlinux.h
====================

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>