mbox series

[bpf-next,0/2] bpftool: Small fixes for documentation and bash completion

Message ID 20240413011427.14402-1-qmo@kernel.org (mailing list archive)
Headers show
Series bpftool: Small fixes for documentation and bash completion | expand

Message

Quentin Monnet April 13, 2024, 1:14 a.m. UTC
This small series contains two sets of fixes/clean-ups for bpftool's
documentation and bash completion, respectively.

Quentin Monnet (2):
  bpftool: Update documentation where progs/maps can be passed by name
  bpftool: Address minor issues in bash completion

 .../bpf/bpftool/Documentation/bpftool-btf.rst |  2 +-
 .../bpftool/Documentation/bpftool-cgroup.rst  |  2 +-
 .../bpf/bpftool/Documentation/bpftool-net.rst |  2 +-
 .../bpftool/Documentation/bpftool-prog.rst    |  2 +-
 tools/bpf/bpftool/bash-completion/bpftool     | 61 ++++++++-----------
 5 files changed, 29 insertions(+), 40 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 16, 2024, 4 p.m. UTC | #1
Hello:

This series was applied to bpf/bpf-next.git (master)
by Daniel Borkmann <daniel@iogearbox.net>:

On Sat, 13 Apr 2024 02:14:25 +0100 you wrote:
> This small series contains two sets of fixes/clean-ups for bpftool's
> documentation and bash completion, respectively.
> 
> Quentin Monnet (2):
>   bpftool: Update documentation where progs/maps can be passed by name
>   bpftool: Address minor issues in bash completion
> 
> [...]

Here is the summary with links:
  - [bpf-next,1/2] bpftool: Update documentation where progs/maps can be passed by name
    https://git.kernel.org/bpf/bpf-next/c/986e7663f98e
  - [bpf-next,2/2] bpftool: Address minor issues in bash completion
    https://git.kernel.org/bpf/bpf-next/c/ad2d22b617b7

You are awesome, thank you!