]> git.dujemihanovic.xyz Git - linux.git/commit
Merge branch 'retire-progs-test_sock_addr'
authorAlexei Starovoitov <ast@kernel.org>
Mon, 13 May 2024 00:10:43 +0000 (17:10 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Mon, 13 May 2024 00:10:53 +0000 (17:10 -0700)
commite9dd2290f1fb9a46c1c0e322cb0e53cf914903fb
tree1fc450c4a6ec6974c72b36ba0415d5086968ef6f
parent20a759df3bba35bf5c3ddec0c02ad69b603b584c
parenta3d3eb957ddc733d04c0da67024b1c30d8826cc2
Merge branch 'retire-progs-test_sock_addr'

Jordan Rife says:

====================
Retire progs/test_sock_addr.c

This patch series migrates remaining tests from bpf/test_sock_addr.c to
prog_tests/sock_addr.c and progs/verifier_sock_addr.c in order to fully
retire the old-style test program and expands test coverage to test
previously untested scenarios related to sockaddr hooks.

This is a continuation of the work started recently during the expansion
of prog_tests/sock_addr.c.

Link: https://lore.kernel.org/bpf/20240429214529.2644801-1-jrife@google.com/T/#u
=======
Patches
=======
* Patch 1 moves tests that check valid return values for recvmsg hooks
  into progs/verifier_sock_addr.c, a new addition to the verifier test
  suite.
* Patches 2-5 lay the groundwork for test migration, enabling
  prog_tests/sock_addr.c to handle more test dimensions.
* Patches 6-11 move existing tests to prog_tests/sock_addr.c.
* Patch 12 removes some redundant test cases.
* Patches 14-17 expand on existing test coverage.
====================

Link: https://lore.kernel.org/r/20240510190246.3247730-1-jrife@google.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>