make -C tools/testing/selftests TARGETS=net/tcp_ao TEST_PROGS=rst_ipv6 TESST_GEN_PROGS="" run_tests
make: Entering directory '/home/virtme/testing-6/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-6/tools/testing/selftests/net/tcp_ao'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-6/tools/testing/selftests/net/tcp_ao'
[  210.756544][    C0] TCP: AO hash mismatch for [2001:db8:1::1].54018->[2001:db8:254::1].7011 [FP.]L3index: 0
[  210.756644][    C1] TCP: AO hash mismatch for [2001:db8:254::1].7011->[2001:db8:1::1].54018 [FP.]L3index: 0
make[1]: Entering directory '/home/virtme/testing-6/tools/testing/selftests/net/tcp_ao'
TAP version 13
1..1
# timeout set to 120
# selftests: net/tcp_ao: rst_ipv6
[  211.781486][    C2] TCP: AO hash mismatch for [2001:db8:1::1].43210->[2001:db8:254::1].7012 [FP.]L3index: 0
[  211.781812][    C1] TCP: AO hash mismatch for [2001:db8:254::1].7012->[2001:db8:1::1].43210 [FP.]L3index: 0
# 1..14
# # 829[lib/setup.c:243] rand seed 1706908099
# TAP version 13
[  212.125243][    C0] TCP: request_sock_TCPv6: Possible SYN flooding on port [2001:db8:254::1]:7010. Sending cookies.
# ok 1 servered 1000 bytes
# ok 2 Verified established tcp connection
# ok 3 sk[0] = 9, connection was reset
# not ok 4 sk[1] = 10, err = 0, connection wasn't reset
# ok 5 sk[2] = 8
# ok 6 MKT counters are good on server
# ok 7 Verified established tcp connection
# ok 8 client sock was passively reset post-seq-adjust
# ok 9 No segments without AO sign (client)
# ok 10 Signed AO segments (client): 0 => 29
# ok 11 No segments with bad AO sign (client)
# ok 12 No segments without AO sign (server)
# ok 13 Signed AO segments (server): 0 => 30
# ok 14 No segments with bad AO sign (server)
# # Totals: pass:13 fail:1 xfail:0 xpass:0 skip:0 error:0
not ok 1 selftests: net/tcp_ao: rst_ipv6 # exit=1
make[1]: Leaving directory '/home/virtme/testing-6/tools/testing/selftests/net/tcp_ao'
make: Leaving directory '/home/virtme/testing-6/tools/testing/selftests'
xx__-> echo $?
0
xx__->