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-prev] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 5 Feb 2019 22:26:31 -0800
From:   Y Song <ys114321@...il.com>
To:     Prashant Bhole <bhole_prashant_q7@....ntt.co.jp>
Cc:     Alexei Starovoitov <ast@...nel.org>,
        Daniel Borkmann <daniel@...earbox.net>,
        netdev <netdev@...r.kernel.org>
Subject: Re: [PATCH bpf-next] tools: bpftool: doc, add text about feature-subcommand

On Tue, Feb 5, 2019 at 6:25 PM Prashant Bhole
<bhole_prashant_q7@....ntt.co.jp> wrote:
>
> This patch adds missing information about feature-subcommand in
> bpftool.rst
>
> Signed-off-by: Prashant Bhole <bhole_prashant_q7@....ntt.co.jp>

Acked-by: Yonghong Song <yhs@...com>

> ---
>  tools/bpf/bpftool/Documentation/bpftool.rst | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/tools/bpf/bpftool/Documentation/bpftool.rst b/tools/bpf/bpftool/Documentation/bpftool.rst
> index 27153bb816ac..0685d5ada3ce 100644
> --- a/tools/bpf/bpftool/Documentation/bpftool.rst
> +++ b/tools/bpf/bpftool/Documentation/bpftool.rst
> @@ -16,7 +16,7 @@ SYNOPSIS
>
>         **bpftool** **version**
>
> -       *OBJECT* := { **map** | **program** | **cgroup** | **perf** | **net** }
> +       *OBJECT* := { **map** | **program** | **cgroup** | **perf** | **net** | **feature** }
>
>         *OPTIONS* := { { **-V** | **--version** } | { **-h** | **--help** }
>         | { **-j** | **--json** } [{ **-p** | **--pretty** }] }
> @@ -34,6 +34,8 @@ SYNOPSIS
>
>         *NET-COMMANDS* := { **show** | **list** | **help** }
>
> +        *FEATURE-COMMANDS* := { **probe** | **help** }
> +
>  DESCRIPTION
>  ===========
>         *bpftool* allows for inspection and simple modification of BPF objects
> --
> 2.20.1
>
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ