11-Aug-2026 21:22:29: attempting to use the base commit cba9ccb47e9fa4cc77692fb896cc5ab57a667882 provided by author 11-Aug-2026 21:22:30: continuing with cba9ccb47e9fa4cc77692fb896cc5ab57a667882 in net 11-Aug-2026 21:22:30: checking out "cba9ccb47e9fa4cc77692fb896cc5ab57a667882" in "net" 11-Aug-2026 21:22:30: applying 1 patches 11-Aug-2026 21:22:47: starting AI patch evaluation... 11-Aug-2026 21:23:43: AI verdict: WorthFuzzing=true (Reason: The patch modifies the error handling in TCP connection establishment (SYN-RECV state) for both IPv4 and IPv6. Specifically, it changes the behavior when `__inet_inherit_port` returns `-ENOENT` to send a TCP reset instead of just dropping the connection. This is a functional change in the core TCP stack that is reachable via network traffic and socket operations, making it highly relevant for fuzzing.)