Merge branch 'bpf-misc-nfp-bpftool-doc-fixes'
authorDaniel Borkmann <daniel@iogearbox.net>
Thu, 8 Feb 2018 10:59:51 +0000 (11:59 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 8 Feb 2018 10:59:51 +0000 (11:59 +0100)
commit69fe98edee48b4c3c7d90cb7eea1f1662202137d
tree921ff83162854c3a7cdfbd6664dafd83d023c6a1
parent035d808f7cfd578dc210b584beb17e365f34d39a
parenta827a164b98be2acba6a2e7559643ac9a5745086
Merge branch 'bpf-misc-nfp-bpftool-doc-fixes'

Jakub Kicinski says:

====================
First patch in this series fixes applying the relocation to immediate
load instructions in the NFP JIT.

The remaining patches come from Quentin.  Small addition to libbpf
makes sure it recognizes all standard section names.  Makefile in
bpftool/Documentation is improved to explicitly check for rst2man
being installed on the system, otherwise we risk installing empty
files.  Man page for bpftool-map is corrected to include program
as a potential value for map of programs.

Last two patches are slightly longer, those update bash completions to
include this release cycle's additions from Roman.  Maybe the use of
Fixes tags is slightly frivolous there, but having bash completions
which don't cover all commands and options could be disruptive to work
flow for users.
====================

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