commit | 177e77169b0b71587c74382d5f2207a16da34790 | [log] [tgz] |
---|---|---|
author | Martin KaFai Lau <kafai@fb.com> | Wed Dec 12 10:18:22 2018 -0800 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Thu Dec 13 12:16:31 2018 +0100 |
tree | da39631926f29fbb7dd194f2b87c949631f5ebe8 | |
parent | 9e794163a69c103633fefb10a3879408d4e4e2c8 [diff] |
bpf: Remove !func_info and !line_info check from test_btf and bpftool kernel can provide the func_info and line_info even it fails the btf_dump_raw_ok() test because they don't contain kernel address. This patch removes the corresponding '== 0' test. Signed-off-by: Martin KaFai Lau <kafai@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>