Message ID | 20240429214529.2644801-1-jrife@google.com (mailing list archive) |
---|---|
Headers | show |
Series | selftests/bpf: Add sockaddr tests for kernel networking | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Martin KaFai Lau <martin.lau@kernel.org>: On Mon, 29 Apr 2024 16:45:17 -0500 you wrote: > This patch series adds test coverage for BPF sockaddr hooks and their > interactions with kernel socket functions (i.e. kernel_bind(), > kernel_connect(), kernel_sendmsg(), sock_sendmsg(), > kernel_getpeername(), and kernel_getsockname()) while also rounding out > IPv4 and IPv6 sockaddr hook coverage in prog_tests/sock_addr.c. > > As with v1 of this patch series, we add regression coverage for the > issues addressed by these patches, > > [...] Here is the summary with links: - [v3,bpf-next,1/6] selftests/bpf: Fix bind program for big endian systems https://git.kernel.org/bpf/bpf-next/c/8e667a065daa - [v3,bpf-next,2/6] selftests/bpf: Implement socket kfuncs for bpf_testmod https://git.kernel.org/bpf/bpf-next/c/bbb1cfdd0224 - [v3,bpf-next,3/6] selftests/bpf: Implement BPF programs for kernel socket operations https://git.kernel.org/bpf/bpf-next/c/15b6671efa50 - [v3,bpf-next,4/6] selftests/bpf: Move IPv4 and IPv6 sockaddr test cases https://git.kernel.org/bpf/bpf-next/c/8a9d22b8aeb2 - [v3,bpf-next,5/6] selftests/bpf: Make sock configurable for each test case https://git.kernel.org/bpf/bpf-next/c/524e05ac4e14 - [v3,bpf-next,6/6] selftests/bpf: Add kernel socket operation tests https://git.kernel.org/bpf/bpf-next/c/e0c8a7e7526f You are awesome, thank you!