Merge branch 'bpf-bpftool-cleanups'
authorDaniel Borkmann <daniel@iogearbox.net>
Sat, 15 Dec 2018 00:31:49 +0000 (01:31 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Sat, 15 Dec 2018 00:31:50 +0000 (01:31 +0100)
commit034565da0fe6cc60c4df26805c8c78d8f365173b
tree65178d436002e69009993778078eb7c2e1a8940e
parentbab89add3e7b74be46e319d1fcba7835cb60ea2b
parentc101189bc9680675a2686bafe908015a07a0da51
Merge branch 'bpf-bpftool-cleanups'

Quentin Monnet says:

====================
This series contains several minor fixes for bpftool source and
documentation.

The first patches focus on documentation: addition of an option in the page
for "bpftool prog", clean up and update of the same page, and addition of
an example of prog array map manipulation in "bpftool map" page.

The last two fix warnings susceptible to appear when libbfd is not present
(patch 4), or with additional warning flags passed to the compiler (last
patch).
====================

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