netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [bpf-next v3 0/3] samples/bpf: fix LLVM compilation warning with samples
@ 2022-12-18  0:43 Daniel T. Lee
  2022-12-18  0:43 ` [bpf-next v3 1/3] samples/bpf: remove unused function with test_lru_dist Daniel T. Lee
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Daniel T. Lee @ 2022-12-18  0:43 UTC (permalink / raw)
  To: Daniel Borkmann, Alexei Starovoitov, Andrii Nakryiko,
	Yonghong Song
  Cc: bpf, netdev

Currently, compiling samples/bpf with LLVM emits several warning. They
are only small details, but they do not appear when compiled with GCC.
Detailed compilation command and warning logs can be found from bpf CI.

Daniel T. Lee (3):
  samples/bpf: remove unused function with test_lru_dist
  samples/bpf: replace meaningless counter with tracex4
  samples/bpf: fix uninitialized warning with
    test_current_task_under_cgroup

 samples/bpf/test_current_task_under_cgroup_user.c | 6 ++++--
 samples/bpf/test_lru_dist.c                       | 5 -----
 samples/bpf/tracex4_user.c                        | 4 ++--
 3 files changed, 6 insertions(+), 9 deletions(-)

---
Changes in V2:
- Change the cover letter subject
Changes in V3:
- Fix style problem with the patch

-- 
2.34.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-12-18  0:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-18  0:43 [bpf-next v3 0/3] samples/bpf: fix LLVM compilation warning with samples Daniel T. Lee
2022-12-18  0:43 ` [bpf-next v3 1/3] samples/bpf: remove unused function with test_lru_dist Daniel T. Lee
2022-12-18  0:43 ` [bpf-next v3 2/3] samples/bpf: replace meaningless counter with tracex4 Daniel T. Lee
2022-12-18  0:43 ` [bpf-next v3 3/3] samples/bpf: fix uninitialized warning with test_current_task_under_cgroup Daniel T. Lee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).