Hi,
Several items for bpftool are included in this set: the first three patches
are fixes for bpftool itself and bash completion, while the last two
slightly improve the information obtained when dumping programs or maps, on
Daniel's suggestion. Please refer to individual commit logs for more
details.

Quentin Monnet (5):
  tools: bpftool: use "/proc/self/" i.o. crafting links with getpid()
  tools: bpftool: fix bash completion for bpftool prog (attach|detach)
  tools: bpftool: fix bash completion for new map types (queue and
    stack)
  tools: bpftool: mark offloaded programs more explicitly in plain
    output
  tools: bpftool: add owner_prog_type and owner_jited to bpftool output

 tools/bpf/bpftool/bash-completion/bpftool | 75 ++++++++++++++++++++-----------
 tools/bpf/bpftool/common.c                |  7 ++-
 tools/bpf/bpftool/jit_disasm.c            | 11 +----
 tools/bpf/bpftool/main.h                  | 26 +++++++++++
 tools/bpf/bpftool/map.c                   | 50 ++++++++++++++++++++-
 tools/bpf/bpftool/prog.c                  | 27 +----------
 6 files changed, 130 insertions(+), 66 deletions(-)

-- 
2.7.4

Reply via email to