mbox series

[bpf-next,0/2] libbpf: Fix btf dump error for BTF_KIND_FWD

Message ID 20220222074524.1027060-1-xukuohai@huawei.com (mailing list archive)
Headers show
Series libbpf: Fix btf dump error for BTF_KIND_FWD | expand

Message

Xu Kuohai Feb. 22, 2022, 7:45 a.m. UTC
Xu Kuohai (2):
  libbpf: Skip BTF_KIND_FWD when counting duplicated type names
  selftests/bpf: Update btf_dump for conflict FWD and STRUCT name

 tools/lib/bpf/btf_dump.c                         | 16 +++++++++-------
 .../testing/selftests/bpf/prog_tests/btf_dump.c  | 11 +++++++++--
 2 files changed, 18 insertions(+), 9 deletions(-)

Comments

Andrii Nakryiko Feb. 23, 2022, 10:43 p.m. UTC | #1
On Mon, Feb 21, 2022 at 11:34 PM Xu Kuohai <xukuohai@huawei.com> wrote:
>

Please add a brief cover letter description.

> Xu Kuohai (2):
>   libbpf: Skip BTF_KIND_FWD when counting duplicated type names
>   selftests/bpf: Update btf_dump for conflict FWD and STRUCT name
>
>  tools/lib/bpf/btf_dump.c                         | 16 +++++++++-------
>  .../testing/selftests/bpf/prog_tests/btf_dump.c  | 11 +++++++++--
>  2 files changed, 18 insertions(+), 9 deletions(-)
>
> --
> 2.30.2
>