commit | e3e02e1d9c24b0c3a36f9c854ae80e61fd62b2a9 | [log] [tgz] |
---|---|---|
author | Stanislav Fomichev <sdf@google.com> | Wed Sep 04 09:25:08 2019 -0700 |
committer | Alexei Starovoitov <ast@kernel.org> | Fri Sep 06 09:59:05 2019 -0700 |
tree | dac2384f7034b7c5d93c14c39f67c3f8af3510aa | |
parent | 3886bd7c9b01317a5721161f8314f6c25f4f6229 [diff] |
selftests/bpf: test_progs: convert test_sockopt_inherit Move the files, adjust includes, remove entry from Makefile & .gitignore I also added pthread_cond_wait for the server thread startup. We don't want to connect to the server that's not yet up (for some reason this existing race is now more prominent with test_progs). Signed-off-by: Stanislav Fomichev <sdf@google.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>