Re: [PATCH iproute2 -master] tc, bpf: make sure relo is in relation with map section

2016-02-01 Thread Stephen Hemminger
On Fri, 22 Jan 2016 00:46:28 +0100 Daniel Borkmann wrote: > Add a test that symbol from relocation entry is actually related > to map section and bail out with an error message if it's not the > case; in relation to [1]. > > [1] https://llvm.org/bugs/show_bug.cgi?id=26243 > > Signed-off-by: D

Re: [PATCH iproute2 -master] tc, bpf: make sure relo is in relation with map section

2016-01-21 Thread Alexei Starovoitov
On Fri, Jan 22, 2016 at 12:46:28AM +0100, Daniel Borkmann wrote: > Add a test that symbol from relocation entry is actually related > to map section and bail out with an error message if it's not the > case; in relation to [1]. > > [1] https://llvm.org/bugs/show_bug.cgi?id=26243 > > Signed-off-

[PATCH iproute2 -master] tc, bpf: make sure relo is in relation with map section

2016-01-21 Thread Daniel Borkmann
Add a test that symbol from relocation entry is actually related to map section and bail out with an error message if it's not the case; in relation to [1]. [1] https://llvm.org/bugs/show_bug.cgi?id=26243 Signed-off-by: Daniel Borkmann --- tc/tc_bpf.c | 6 ++ 1 file changed, 6 insertions(