netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH bpf-next 0/2] tools: bpf: build cleanups
@ 2018-07-16 17:57 Jakub Kicinski
  2018-07-16 17:57 ` [PATCH bpf-next 1/2] tools: libbpf: remove libelf-getphdrnum feature detection Jakub Kicinski
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jakub Kicinski @ 2018-07-16 17:57 UTC (permalink / raw)
  To: alexei.starovoitov, daniel; +Cc: oss-drivers, netdev, Jakub Kicinski

Hi!

While tracking down the perf vs libbpf vs reallocarray build issue
I noticed libbpf is checking for a feature it never uses and that
bpftool's makefile attempt to reuse feature dump doesn't really
make sense.

Jakub Kicinski (2):
  tools: libbpf: remove libelf-getphdrnum feature detection
  tools: bpftool: don't pass FEATURES_DUMP to libbpf

 tools/bpf/bpftool/Makefile | 2 +-
 tools/lib/bpf/Makefile     | 6 +-----
 2 files changed, 2 insertions(+), 6 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2018-07-17  0:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-16 17:57 [PATCH bpf-next 0/2] tools: bpf: build cleanups Jakub Kicinski
2018-07-16 17:57 ` [PATCH bpf-next 1/2] tools: libbpf: remove libelf-getphdrnum feature detection Jakub Kicinski
2018-07-16 17:57 ` [PATCH bpf-next 2/2] tools: bpftool: don't pass FEATURES_DUMP to libbpf Jakub Kicinski
2018-07-16 22:34 ` [PATCH bpf-next 0/2] tools: bpf: build cleanups Daniel Borkmann
2018-07-16 23:39   ` Alexei Starovoitov

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