commit | f2e72a0b79a03c4046f08515d1479f613f2eb139 | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <daniel@iogearbox.net> | Thu Jun 21 23:07:13 2018 +0200 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Thu Jun 21 23:07:14 2018 +0200 |
tree | f8f65c36f80791edb98c219fa98f24c904d28741 | |
parent | 3739a21e0ef6ac06f46bd38e81daa95e8cb462bc [diff] | |
parent | bfee71fb7376081349117fdc89f685a9e14a58c2 [diff] |
Merge branch 'bpf-bpftool-fixes' Jakub Kicinski says: ==================== Two small fixes for error handling in bpftool prog load, first patch removes a duplicated message, second one frees resources correctly. Multiple error messages break JSON: { "error": "can't pin the object (/sys/fs/bpf/a): File exists" },{ "error": "failed to pin program" } ==================== Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>