18-Aug-2026 19:06:03: attempting to guess the base commit by blob hashes 18-Aug-2026 19:06:04: unknown object 6c6d8546c578, stopping base commit search 18-Aug-2026 19:06:04: no candidate base commit is found 18-Aug-2026 19:06:04: considering tree "net-next" 18-Aug-2026 19:06:04: "net-next"'s last build: &{"amd64" "net-next" "https://kernel.googlesource.com/pub/scm/linux/kernel/git/netdev/net-next.git" "47226bbdef69fc0de815b8f5b81b39673f50bbee" "2026-08-18 01:48:55 +0000 UTC" "upstream-apparmor-kasan.config" "" "" "" %!q(bool=true)} 18-Aug-2026 19:06:05: current HEAD: "25b00c01fe1062ef1f2aaa3c4ee6638ec9beb239" (commit date: 2026-08-18 15:50:16 +0200 +0200) 18-Aug-2026 19:06:05: considering "47226bbdef69fc0de815b8f5b81b39673f50bbee" 18-Aug-2026 19:07:01: series can be applied to "47226bbdef69fc0de815b8f5b81b39673f50bbee" 18-Aug-2026 19:07:01: result: 47226bbdef69fc0de815b8f5b81b39673f50bbee 18-Aug-2026 19:07:01: continuing with 47226bbdef69fc0de815b8f5b81b39673f50bbee in net-next 18-Aug-2026 19:07:01: checking out "47226bbdef69fc0de815b8f5b81b39673f50bbee" in "net-next" 18-Aug-2026 19:07:01: applying 1 patches 18-Aug-2026 19:07:07: starting AI patch evaluation... 18-Aug-2026 19:07:58: AI verdict: WorthFuzzing=true (Reason: The patch introduces a functional change in the TIPC fragment reassembly logic to prevent unbounded memory growth. It adds a check to drop incomplete fragment chains if their size exceeds `2 * MAX_MSG_SIZE`. This code is reachable via normal TIPC packet processing paths, specifically through `tipc_rcv` and `tipc_link_rcv`.)