Re: [PATCH bpf-next] selftests/bpf: make sure build-id is on

2018-05-15 Thread Daniel Borkmann
On 05/15/2018 02:11 AM, Alexei Starovoitov wrote: > --build-id may not be a default linker config. > Make sure it's used when linking urandom_read test program. > Otherwise test_stacktrace_build_id[_nmi] tests will be failling. > > Signed-off-by: Alexei Starovoitov Applied to bpf-next, thanks Al

Re: [PATCH bpf-next] selftests/bpf: make sure build-id is on

2018-05-14 Thread Y Song
On Mon, May 14, 2018 at 5:11 PM, Alexei Starovoitov wrote: > --build-id may not be a default linker config. > Make sure it's used when linking urandom_read test program. > Otherwise test_stacktrace_build_id[_nmi] tests will be failling. > > Signed-off-by: Alexei Starovoitov Tested and the change

[PATCH bpf-next] selftests/bpf: make sure build-id is on

2018-05-14 Thread Alexei Starovoitov
--build-id may not be a default linker config. Make sure it's used when linking urandom_read test program. Otherwise test_stacktrace_build_id[_nmi] tests will be failling. Signed-off-by: Alexei Starovoitov --- tools/testing/selftests/bpf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletio