Merge branch 'bpf-bpftool-libbpf-improvements'
authorDaniel Borkmann <daniel@iogearbox.net>
Sat, 30 Jun 2018 23:01:51 +0000 (01:01 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Sat, 30 Jun 2018 23:01:52 +0000 (01:01 +0200)
commit0b9e3d543f9fa6a8abdac04f974176ee02312860
tree4f77c5ca28c58d7c6330a8b0a30b33c5b3d94a77
parent509fda105ba8f9a1a5c6f8b79e4c7fc50b35c1e3
parent121c58bed01a45043381ce52b8556e851dbaa123
Merge branch 'bpf-bpftool-libbpf-improvements'

Jakub Kicinski says:

====================
Set of random updates to bpftool and libbpf.  I'm preparing for
extending bpftool prog load, but there is a good number of
improvements that can be made before bpf -> bpf-next merge
helping to keep the later patch set to a manageable size as well.

First patch is a bpftool build speed improvement.  Next missing
program types are added to libbpf program type detection by section
name.  The ability to load programs from '.text' section is restored
when ELF file doesn't contain any pseudo calls.

In bpftool I remove my Author comments as unnecessary sign of vanity.
Last but not least missing option is added to bash completions and
processing of options in bash completions is improved.
====================

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>