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:   Tue,  2 Jan 2018 14:48:34 -0800
From:   Jakub Kicinski <jakub.kicinski@...ronome.com>
To:     netdev@...r.kernel.org, alexei.starovoitov@...il.com,
        daniel@...earbox.net
Cc:     oss-drivers@...ronome.com, guro@...com,
        Jakub Kicinski <jakub.kicinski@...ronome.com>
Subject: [PATCH bpf-next 0/3] tools: bpftool: alias "show" and "list" and fix errors in JSON

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ