netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] Misc BPF cleanup
@ 2017-04-24 13:31 Alexander Alemayhu
  2017-04-24 13:31 ` [PATCH net-next 1/3] samples/bpf: add -Wno-unknown-warning-option to clang Alexander Alemayhu
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Alexander Alemayhu @ 2017-04-24 13:31 UTC (permalink / raw)
  To: netdev; +Cc: Alexander Alemayhu, daniel, ast

Hei,

while looking into making the Makefile in samples/bpf better handle O= I saw
several warnings when running `make clean && make samples/bpf/`. This series
reduces those warnings.

Thanks.

Alexander Alemayhu (3):
  samples/bpf: add -Wno-unknown-warning-option to clang
  samples/bpf: add static to function with no prototype
  samples/bpf: check before defining offsetof

 samples/bpf/Makefile                    | 1 +
 samples/bpf/cookie_uid_helper_example.c | 2 +-
 samples/bpf/test_lru_dist.c             | 4 +++-
 3 files changed, 5 insertions(+), 2 deletions(-)

-- 
2.9.3

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

end of thread, other threads:[~2017-04-26  5:17 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-24 13:31 [PATCH net-next 0/3] Misc BPF cleanup Alexander Alemayhu
2017-04-24 13:31 ` [PATCH net-next 1/3] samples/bpf: add -Wno-unknown-warning-option to clang Alexander Alemayhu
2017-04-24 14:37   ` Daniel Borkmann
2017-04-24 13:31 ` [PATCH net-next 2/3] samples/bpf: add static to function with no prototype Alexander Alemayhu
2017-04-24 14:40   ` Daniel Borkmann
2017-04-24 13:31 ` [PATCH net-next 3/3] samples/bpf: check before defining offsetof Alexander Alemayhu
2017-04-24 14:41   ` Daniel Borkmann
2017-04-25 14:27     ` David Laight
2017-04-26  5:17       ` Alexander Alemayhu
2017-04-24 14:45 ` [PATCH net-next 0/3] Misc BPF cleanup Alexei Starovoitov
2017-04-24 20:20 ` David Miller

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).