commit | db6a71dd9a75fb07f6758582299acfe1ab5827dc | [log] [tgz] |
---|---|---|
author | Alexei Starovoitov <ast@fb.com> | Tue Nov 22 16:52:09 2016 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 24 16:04:52 2016 -0500 |
tree | c666faa713221f3177d849f99b16ad3428d7d684 | |
parent | d2b024d32d6e6f704633a8a474bd883cf9e25254 [diff] |
samples/bpf: fix bpf loader llvm can emit relocations into sections other than program code (like debug info sections). Ignore them during parsing of elf file Signed-off-by: Alexei Starovoitov <ast@kernel.org> Acked-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: David S. Miller <davem@davemloft.net>