On 12/14/2018 02:55 PM, Quentin Monnet wrote: > Hi, > 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). > > v2: rebase on top of bpf-next instead of other WIP patches > > Quentin Monnet (5): > tools: bpftool: add doc for -m option to bpftool-prog.rst > tools: bpftool: fix examples in documentation for bpftool prog > tools: bpftool: add a prog array map update example to documentation > tools: bpftool: fix warning on struct bpf_prog_linfo definition > tools: bpftool: fix -Wmissing declaration warnings > > tools/bpf/bpftool/Documentation/bpftool-map.rst | 55 ++++++++++++ > tools/bpf/bpftool/Documentation/bpftool-prog.rst | 101 > +++++++++++++---------- > tools/bpf/bpftool/common.c | 4 +- > tools/bpf/bpftool/json_writer.c | 6 +- > tools/bpf/bpftool/main.h | 2 +- > tools/bpf/bpftool/prog.c | 4 +- > tools/bpf/bpftool/xlated_dumper.c | 7 +- > 7 files changed, 124 insertions(+), 55 deletions(-) >
Applied, thanks!