19-Aug-2026 21:20:46: attempting to guess the base commit by blob hashes 19-Aug-2026 21:20:49: unknown object 29d6265, stopping base commit search 19-Aug-2026 21:20:49: no candidate base commit is found 19-Aug-2026 21:20:49: considering tree "net-next" 19-Aug-2026 21:20:49: "net-next"'s last build: &{"amd64" "net-next" "https://kernel.googlesource.com/pub/scm/linux/kernel/git/netdev/net-next.git" "61eb236c41c2a4717015dff18016a75a5eb90052" "2026-08-18 17:42:41 +0000 UTC" "upstream-apparmor-kasan.config" "" "" "" %!q(bool=true)} 19-Aug-2026 21:20:49: current HEAD: "61eb236c41c2a4717015dff18016a75a5eb90052" (commit date: 2026-08-18 10:42:41 -0700 -0700) 19-Aug-2026 21:20:49: considering "61eb236c41c2a4717015dff18016a75a5eb90052" 19-Aug-2026 21:21:34: failed to apply to "61eb236c41c2a4717015dff18016a75a5eb90052": failed to apply patch 1: failed to run ["git" "-c" "core.hooksPath=/dev/null" "apply" "-"]: exit status 1 19-Aug-2026 21:21:34: considering "61eb236c41c2a4717015dff18016a75a5eb90052" 19-Aug-2026 21:21:38: failed to apply to "61eb236c41c2a4717015dff18016a75a5eb90052": failed to apply patch 1: failed to run ["git" "-c" "core.hooksPath=/dev/null" "apply" "-"]: exit status 1 19-Aug-2026 21:21:38: failed to find a base commit for "net-next" 19-Aug-2026 21:21:38: considering tree "net" 19-Aug-2026 21:21:38: "net"'s last build: &{"amd64" "net" "https://kernel.googlesource.com/pub/scm/linux/kernel/git/netdev/net.git" "c8c69c9a6d817a1c198c08ea6eb82acfdcad55fa" "2026-08-19 07:08:00 +0000 UTC" "upstream-apparmor-kasan.config" "" "" "" %!q(bool=true)} 19-Aug-2026 21:21:38: current HEAD: "564973a259ec76f2dad0853420e7034cc43994c4" (commit date: 2026-08-19 09:05:01 +0100 +0100) 19-Aug-2026 21:21:38: considering "c8c69c9a6d817a1c198c08ea6eb82acfdcad55fa" 19-Aug-2026 21:21:43: series can be applied to "c8c69c9a6d817a1c198c08ea6eb82acfdcad55fa" 19-Aug-2026 21:21:43: result: c8c69c9a6d817a1c198c08ea6eb82acfdcad55fa 19-Aug-2026 21:21:43: continuing with c8c69c9a6d817a1c198c08ea6eb82acfdcad55fa in net 19-Aug-2026 21:21:43: checking out "c8c69c9a6d817a1c198c08ea6eb82acfdcad55fa" in "net" 19-Aug-2026 21:21:43: applying 3 patches 19-Aug-2026 21:21:48: starting AI patch evaluation... 19-Aug-2026 21:24:44: AI verdict: WorthFuzzing=false (Reason: The patch adds support for the `st,st21nfcd` NFC controller, which uses raw NCI instead of NDLC. The `raw_nci` mode is enabled by checking `device_get_match_data(dev) == ST_NCI_I2C_PROTO_RAW_NCI`. In a virtualized environment like QEMU, this device is not present in the static device tree. While syzkaller can instantiate I2C devices via sysfs (`new_device`) or `syz_i2c_setup`, these methods do not attach an `fwnode` to the device. Consequently, `device_get_match_data()` will always return `NULL`, leaving `raw_nci = 0`. When `raw_nci` is 0, the driver behaves exactly as it did before the patch. The newly added regulator and clock properties are optional and will simply be skipped if not present. Therefore, the new code paths are unreachable in the fuzzing environment.)