Re: [PATCH net-next] selftests/bpf: remove useless bpf_trace_printk

2017-10-31 Thread David Miller
From: Alexei Starovoitov Date: Sat, 28 Oct 2017 17:17:13 -0700 > sockmap test is using two programs that use bpf_trace_printk() > which prints into trace_pipe, but nothing is reading it. > Remove it. > > Fixes: 6f6d33f3b3d0 ("bpf: selftests add sockmap tests") > Signed-off-by: Alexei Starovoitov

[PATCH net-next] selftests/bpf: remove useless bpf_trace_printk

2017-10-28 Thread Alexei Starovoitov
sockmap test is using two programs that use bpf_trace_printk() which prints into trace_pipe, but nothing is reading it. Remove it. Fixes: 6f6d33f3b3d0 ("bpf: selftests add sockmap tests") Signed-off-by: Alexei Starovoitov --- tools/testing/selftests/bpf/sockmap_parse_prog.c | 3 --- tools/test