Re: [PATCH bpf] selftests/bpf: fix perf_buffer on s390

2019-07-16 Thread Alexei Starovoitov
On Tue, Jul 16, 2019 at 10:42 AM Andrii Nakryiko wrote: > > On Tue, Jul 16, 2019 at 5:59 AM Ilya Leoshkevich wrote: > > > > perf_buffer test fails for exactly the same reason test_attach_probe > > used to fail: different nanosleep syscall kprobe name. > > > > Reuse the test_attach_probe fix. > >

Re: [PATCH bpf] selftests/bpf: fix perf_buffer on s390

2019-07-16 Thread Andrii Nakryiko
On Tue, Jul 16, 2019 at 5:59 AM Ilya Leoshkevich wrote: > > perf_buffer test fails for exactly the same reason test_attach_probe > used to fail: different nanosleep syscall kprobe name. > > Reuse the test_attach_probe fix. > > Fixes: ee5cf82ce04a ("selftests/bpf: test perf buffer API") > Signed-of

[PATCH bpf] selftests/bpf: fix perf_buffer on s390

2019-07-16 Thread Ilya Leoshkevich
perf_buffer test fails for exactly the same reason test_attach_probe used to fail: different nanosleep syscall kprobe name. Reuse the test_attach_probe fix. Fixes: ee5cf82ce04a ("selftests/bpf: test perf buffer API") Signed-off-by: Ilya Leoshkevich --- .../testing/selftests/bpf/prog_tests/attac