commit | 1cb59a6074e23c6f6513642f752a6d8d38327354 | [log] [tgz] |
---|---|---|
author | Ilya Leoshkevich <iii@linux.ibm.com> | Tue Jul 16 14:58:27 2019 +0200 |
committer | Alexei Starovoitov <ast@kernel.org> | Tue Jul 16 18:41:00 2019 -0700 |
tree | 36d4796a2deccacc5a17ddb00d63d4199a36c7c8 | |
parent | 9d1f62a6dcf0de3ab184c1f7b7d82117dcbab090 [diff] |
selftests/bpf: fix perf_buffer on s390 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 <iii@linux.ibm.com> Acked-by: Andrii Nakryiko <andriin@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>