]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bpf-bpftool-fixes'
authorDaniel Borkmann <daniel@iogearbox.net>
Thu, 21 Jun 2018 21:07:13 +0000 (23:07 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 21 Jun 2018 21:07:14 +0000 (23:07 +0200)
commit2e67345b88c940eb4da6086c08759b24b29d8aa3
treef8f65c36f80791edb98c219fa98f24c904d28741
parenteb9a0c951b2cbf7591b7a7e6878ed02529002b9b
parent9f149105d0304a2650854fc8c5eb3500b69dcffa
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>