mbox series

[0/2] tools: bpftool: Remove unused struct

Message ID 20220928090440.79637-1-yuancan@huawei.com (mailing list archive)
Headers show
Series tools: bpftool: Remove unused struct | expand

Message

Yuan Can Sept. 28, 2022, 9:04 a.m. UTC
This series contains two cleanup patches, remove unused struct.

Yuan Can (2):
  tools: bpftool: Remove unused struct btf_attach_point
  tools: bpftool: Remove unused struct event_ring_info

 tools/bpf/bpftool/btf.c           | 5 -----
 tools/bpf/bpftool/map_perf_ring.c | 7 -------
 2 files changed, 12 deletions(-)

Comments

Quentin Monnet Sept. 28, 2022, 9:30 a.m. UTC | #1
Wed Sep 28 2022 10:04:38 GMT+0100 (British Summer Time) ~ Yuan Can
<yuancan@huawei.com>
> This series contains two cleanup patches, remove unused struct.
> 
> Yuan Can (2):
>   tools: bpftool: Remove unused struct btf_attach_point
>   tools: bpftool: Remove unused struct event_ring_info
> 
>  tools/bpf/bpftool/btf.c           | 5 -----
>  tools/bpf/bpftool/map_perf_ring.c | 7 -------
>  2 files changed, 12 deletions(-)
> 

Reviewed-by: Quentin Monnet <quentin@isovalent.com>

Thanks for the clean-up.
Quentin
John Fastabend Sept. 30, 2022, 1:56 a.m. UTC | #2
Quentin Monnet wrote:
> Wed Sep 28 2022 10:04:38 GMT+0100 (British Summer Time) ~ Yuan Can
> <yuancan@huawei.com>
> > This series contains two cleanup patches, remove unused struct.
> > 
> > Yuan Can (2):
> >   tools: bpftool: Remove unused struct btf_attach_point
> >   tools: bpftool: Remove unused struct event_ring_info
> > 
> >  tools/bpf/bpftool/btf.c           | 5 -----
> >  tools/bpf/bpftool/map_perf_ring.c | 7 -------
> >  2 files changed, 12 deletions(-)
> > 
> 
> Reviewed-by: Quentin Monnet <quentin@isovalent.com>
> 
> Thanks for the clean-up.
> Quentin

lgtm

Acked-by: John Fastabend <john.fastabend@gmail.com>
patchwork-bot+netdevbpf@kernel.org Sept. 30, 2022, 9:10 p.m. UTC | #3
Hello:

This series was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko <andrii@kernel.org>:

On Wed, 28 Sep 2022 09:04:38 +0000 you wrote:
> This series contains two cleanup patches, remove unused struct.
> 
> Yuan Can (2):
>   tools: bpftool: Remove unused struct btf_attach_point
>   tools: bpftool: Remove unused struct event_ring_info
> 
>  tools/bpf/bpftool/btf.c           | 5 -----
>  tools/bpf/bpftool/map_perf_ring.c | 7 -------
>  2 files changed, 12 deletions(-)

Here is the summary with links:
  - [1/2] tools: bpftool: Remove unused struct btf_attach_point
    https://git.kernel.org/bpf/bpf-next/c/d863f42930db
  - [2/2] tools: bpftool: Remove unused struct event_ring_info
    https://git.kernel.org/bpf/bpf-next/c/f95a479797dc

You are awesome, thank you!