Re: [PATCH bpf 0/4] tools: bpftool: bring several minor fixes to bpftool

2018-11-08 Thread Daniel Borkmann
On 11/08/2018 12:52 PM, Quentin Monnet wrote:
> Hi,
> This set contains minor fixes for bpftool code and documentation.
> Please refer to individual patches for details.
> 
> Quentin Monnet (4):
>   tools: bpftool: prevent infinite loop in get_fdinfo()
>   tools: bpftool: fix plain output and doc for --bpffs option
>   tools: bpftool: pass an argument to silence open_obj_pinned()
>   tools: bpftool: update references to other man pages in documentation
> 
>  tools/bpf/bpftool/Documentation/bpftool-cgroup.rst |  8 +++-
>  tools/bpf/bpftool/Documentation/bpftool-map.rst|  8 +++-
>  tools/bpf/bpftool/Documentation/bpftool-net.rst|  8 +++-
>  tools/bpf/bpftool/Documentation/bpftool-perf.rst   |  8 +++-
>  tools/bpf/bpftool/Documentation/bpftool-prog.rst   | 11 +--
>  tools/bpf/bpftool/Documentation/bpftool.rst|  9 +++--
>  tools/bpf/bpftool/common.c | 17 +
>  tools/bpf/bpftool/main.h   |  2 +-
>  tools/bpf/bpftool/prog.c   |  3 +--
>  9 files changed, 55 insertions(+), 19 deletions(-)
> 

Applied to bpf, thanks Quentin!


[PATCH bpf 0/4] tools: bpftool: bring several minor fixes to bpftool

2018-11-08 Thread Quentin Monnet
Hi,
This set contains minor fixes for bpftool code and documentation.
Please refer to individual patches for details.

Quentin Monnet (4):
  tools: bpftool: prevent infinite loop in get_fdinfo()
  tools: bpftool: fix plain output and doc for --bpffs option
  tools: bpftool: pass an argument to silence open_obj_pinned()
  tools: bpftool: update references to other man pages in documentation

 tools/bpf/bpftool/Documentation/bpftool-cgroup.rst |  8 +++-
 tools/bpf/bpftool/Documentation/bpftool-map.rst|  8 +++-
 tools/bpf/bpftool/Documentation/bpftool-net.rst|  8 +++-
 tools/bpf/bpftool/Documentation/bpftool-perf.rst   |  8 +++-
 tools/bpf/bpftool/Documentation/bpftool-prog.rst   | 11 +--
 tools/bpf/bpftool/Documentation/bpftool.rst|  9 +++--
 tools/bpf/bpftool/common.c | 17 +
 tools/bpf/bpftool/main.h   |  2 +-
 tools/bpf/bpftool/prog.c   |  3 +--
 9 files changed, 55 insertions(+), 19 deletions(-)

-- 
2.7.4