Merge branch 'bpf-bpftool-json-fixes'
authorDaniel Borkmann <daniel@iogearbox.net>
Thu, 15 Feb 2018 09:01:06 +0000 (10:01 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 15 Feb 2018 09:01:06 +0000 (10:01 +0100)
commit67e3a172eba577f16ceae712d835b835b9718d61
tree90fef11760b8c33974b2027dd1e25ff5d264de52
parent9c481b908b011398b1491752271cd1e2c9ad5758
parent9be6d411b0c473d31f756993b8b41bb16b0679c1
Merge branch 'bpf-bpftool-json-fixes'

Quentin Monnet says:

====================
These are two minor fixes to avoid breaking JSON output in batch mode. The
first one makes bpftool output a "null" JSON object, as expected in batch
mode if nothing else is to be printed, when dumping program instructions
into an output file. The second one replaces a call to "perror()" with
something that does not break JSON when parsing input file for batch mode.
====================

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