]> git.dujemihanovic.xyz Git - linux.git/commit
selftests/bpf: Remove redundant sendmsg test cases
authorJordan Rife <jrife@google.com>
Fri, 10 May 2024 19:02:29 +0000 (14:02 -0500)
committerAlexei Starovoitov <ast@kernel.org>
Mon, 13 May 2024 00:10:42 +0000 (17:10 -0700)
commit9c3f17862faef89696d26655a6d10f90137df42e
tree75ad865e531f7337eff9b23d6bf134295e079a94
parentcded71f595c0c4396acc9657911c5aa2a289a8dc
selftests/bpf: Remove redundant sendmsg test cases

Remove these test cases completely, as the same behavior is already
covered by other sendmsg* test cases in prog_tests/sock_addr.c. This
just rewrites the destination address similar to sendmsg_v4_prog and
sendmsg_v6_prog.

Signed-off-by: Jordan Rife <jrife@google.com>
Link: https://lore.kernel.org/r/20240510190246.3247730-13-jrife@google.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/test_sock_addr.c