mbox series

[bpf-next,0/1] selftests/bpf: reduce tcp_custom_syncookie verification complexity

Message ID 20240222150300.14909-1-eddyz87@gmail.com (mailing list archive)
Headers show
Series selftests/bpf: reduce tcp_custom_syncookie verification complexity | expand

Message

Eduard Zingerman Feb. 22, 2024, 3:02 p.m. UTC
Thread [0] discusses a fix for bpf_loop() handling bug.
That change makes tcp_custom_syncookie test too complex to verify.
The fix discussed in [0] would be sent via 'bpf' tree,
tcp_custom_syncookie test is not in 'bpf' tree yet.
As agreed in [0] I'm sending syncookie test update separately.

[0] https://lore.kernel.org/bpf/20240216150334.31937-1-eddyz87@gmail.com/

Eduard Zingerman (1):
  selftests/bpf: update tcp_custom_syncookie to use scalar packet offset

 .../bpf/progs/test_tcp_custom_syncookie.c     | 83 ++++++++++++-------
 1 file changed, 53 insertions(+), 30 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 22, 2024, 4:50 p.m. UTC | #1
Hello:

This patch was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov <ast@kernel.org>:

On Thu, 22 Feb 2024 17:02:59 +0200 you wrote:
> Thread [0] discusses a fix for bpf_loop() handling bug.
> That change makes tcp_custom_syncookie test too complex to verify.
> The fix discussed in [0] would be sent via 'bpf' tree,
> tcp_custom_syncookie test is not in 'bpf' tree yet.
> As agreed in [0] I'm sending syncookie test update separately.
> 
> [0] https://lore.kernel.org/bpf/20240216150334.31937-1-eddyz87@gmail.com/
> 
> [...]

Here is the summary with links:
  - [bpf-next,1/1] selftests/bpf: update tcp_custom_syncookie to use scalar packet offset
    https://git.kernel.org/bpf/bpf-next/c/b546b5752695

You are awesome, thank you!