diff options
author | Andrii Nakryiko <[email protected]> | 2020-03-13 18:39:30 -0700 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2020-03-17 19:30:26 +0100 |
commit | 94c2f50b61258381abcd3a33fd5f2bc87e26df11 (patch) | |
tree | b3656959de1c71aef7b0092bbc7cc6a6022c464e /tools/perf/scripts/python/arm-cs-trace-disasm.py | |
parent | 41078907eef0dd508d0999996d10683ae114c21a (diff) |
selftests/bpf: Fix race in tcp_rtt test
Previous attempt to make tcp_rtt more robust introduced a new race, in which
server_done might be set to true before server can actually accept any
connection. Fix this by unconditionally waiting for accept(). Given socket is
non-blocking, if there are any problems with client side, it should eventually
close listening FD and let server thread exit with failure.
Fixes: 4cd729fa022c ("selftests/bpf: Make tcp_rtt test more robust to failures")
Signed-off-by: Andrii Nakryiko <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Acked-by: Martin KaFai Lau <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/arm-cs-trace-disasm.py')
0 files changed, 0 insertions, 0 deletions