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.
> >
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
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