Message ID | 20220928090440.79637-1-yuancan@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | tools: bpftool: Remove unused struct | expand |
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
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>
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!