On 7/17/25 11:58 AM, Pablo Neira Ayuso wrote: > v2: Include conntrack fix in cover letter. > > -o- > > Hi, > > The following batch contains Netfilter fixes for net: > > 1) Three patches to enhance conntrack selftests for resize and clash > resolution, from Florian Westphal. The first run of the newly introduced conntrack_clash.sh test failed on nipa: # timeout set to 1800 # selftests: net/netfilter: conntrack_clash.sh # got 128 of 128 replies # timed out while waiting for reply from thread # got 127 of 128 replies # FAIL: did not receive expected number of replies for 10.0.1.99:22111 # FAIL: clash resolution test for 10.0.1.99:22111 on attempt 2 # got 128 of 128 replies # timed out while waiting for reply from thread # got 0 of 128 replies # FAIL: did not receive expected number of replies for 127.0.0.1:9001 # FAIL: clash resolution test for 127.0.0.1:9001 on attempt 2 # SKIP: Clash resolution did not trigger not ok 1 selftests: net/netfilter: conntrack_clash.sh # exit=1 I think the above should not block the PR, but please have a look. Thanks, Paolo