Re: [PATCH bpf] bpf: minor fix to selftest test_stacktrace_build_id()

2018-05-01 Thread Daniel Borkmann
On 05/01/2018 07:20 PM, Song Liu wrote: > 1. remove useless parameter list to ./urandom_read > 2. add missing "\n" to the end of an error message > > Fixes: 81f77fd0deeb ("bpf: add selftest for stackmap with > BPF_F_STACK_BUILD_ID") > Cc: Alexei Starovoitov > Cc: Daniel

[PATCH bpf] bpf: minor fix to selftest test_stacktrace_build_id()

2018-05-01 Thread Song Liu
1. remove useless parameter list to ./urandom_read 2. add missing "\n" to the end of an error message Fixes: 81f77fd0deeb ("bpf: add selftest for stackmap with BPF_F_STACK_BUILD_ID") Cc: Alexei Starovoitov Cc: Daniel Borkmann Signed-off-by: Song Liu