commit | 956fcfcd359512f15b19bcd157fa8206ed26605b | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Fri Jul 17 20:30:59 2020 +0800 |
committer | Alexei Starovoitov <ast@kernel.org> | Tue Jul 21 13:26:25 2020 -0700 |
tree | 29c6799ad2feba50fb931a9e19b8526570f0eb1d | |
parent | da7a35062bcccd3f67779a357065ba707b02ff2b [diff] |
tools/bpftool: Fix error handing in do_skeleton() Fix pass 0 to PTR_ERR, also dump more err info using libbpf_strerror. Fixes: 5dc7a8b21144 ("bpftool, selftests/bpf: Embed object file inside skeleton") Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Reviewed-by: Quentin Monnet <quentin@isovalent.com> Link: https://lore.kernel.org/bpf/20200717123059.29624-1-yuehaibing@huawei.com