]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
Merge branch 'Use start_server and connect_fd_to_fd'
authorMartin KaFai Lau <martin.lau@kernel.org>
Fri, 29 Mar 2024 02:04:25 +0000 (19:04 -0700)
committerMartin KaFai Lau <martin.lau@kernel.org>
Fri, 29 Mar 2024 02:12:15 +0000 (19:12 -0700)
commit201874fc064ef14c26ea87a890b3f58296750d2d
treeb1eea389e165399816ff726962efc56e875459ca
parente8742081db7d01f980c6161ae1e8a1dbc1e30979
parent426670929fda4485a23094e03cea5d9b3ca918aa
Merge branch 'Use start_server and connect_fd_to_fd'

Geliang Tang says:

====================
Simplify bpf_tcp_ca test by using connect_fd_to_fd and start_server
helpers.

v4:
 - Matt reminded me that I shouldn't send a square-to patch to BPF (thanks),
   so I update them into two patches in v4.

v3:
 - split v2 as two patches as Daniel suggested.
 - The patch "selftests/bpf: Use start_server in bpf_tcp_ca" is merged
   by Daniel (thanks), but I forgot to drop 'settimeo(lfd, 0)' in it, so
   I send a squash-to patch to fix this.
====================

Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>