lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 14 Dec 2018 13:55:56 +0000
From:   Quentin Monnet <quentin.monnet@...ronome.com>
To:     Alexei Starovoitov <ast@...nel.org>,
        Daniel Borkmann <daniel@...earbox.net>
Cc:     netdev@...r.kernel.org, oss-drivers@...ronome.com,
        Quentin Monnet <quentin.monnet@...ronome.com>
Subject: [PATCH bpf-next v2 0/5] tools: bpftool: clean up code and documentation

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(-)

-- 
2.7.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ