Hi!

This series addresses small issues that snuck through the review
of cgroup code.  "list" and "show" are now made aliases to satisfy
all users.  Small fix to errors printed is needed, errors can't
contain new line characters, otherwise JSON will break.

Jakub Kicinski (3):
  tools: bpftool: rename cgroup list -> show in the code
  tools: bpftool: alias show and list commands
  tools: bpftool: remove new lines from errors

 tools/bpf/bpftool/Documentation/bpftool-cgroup.rst |  6 ++--
 tools/bpf/bpftool/Documentation/bpftool-map.rst    |  6 ++--
 tools/bpf/bpftool/Documentation/bpftool-prog.rst   |  6 ++--
 tools/bpf/bpftool/Documentation/bpftool.rst        |  6 ++--
 tools/bpf/bpftool/bash-completion/bpftool          |  8 ++---
 tools/bpf/bpftool/cgroup.c                         | 35 +++++++++++-----------
 tools/bpf/bpftool/map.c                            |  3 +-
 tools/bpf/bpftool/prog.c                           |  7 +++--
 8 files changed, 40 insertions(+), 37 deletions(-)

-- 
2.15.1

Reply via email to