Merge branch 'bpf-bpftool-misc-fixes'
authorDaniel Borkmann <daniel@iogearbox.net>
Thu, 4 Jan 2018 11:28:47 +0000 (12:28 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 4 Jan 2018 11:28:47 +0000 (12:28 +0100)
commit2fd206d4250784b498330d7e1f463672c06abc5a
tree7ad59b3c1ad348e95e1daab86b444eb0968bbff6
parent5620e1a8e2e6f96bdb72abfd68a56ce8cb94dd4d
parentb4fac96d9a672def4e24c1858adb7e9351471815
Merge branch 'bpf-bpftool-misc-fixes'

Jakub Kicinski says:

====================
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.
====================

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>