25-Aug-2026 14:46:43: attempting to use the base commit 66498c75b4f8017f62d720d9b59675bdf3abce91 provided by author 25-Aug-2026 14:46:46: continuing with 66498c75b4f8017f62d720d9b59675bdf3abce91 in mm-new 25-Aug-2026 14:46:46: checking out "66498c75b4f8017f62d720d9b59675bdf3abce91" in "mm-new" 25-Aug-2026 14:46:46: applying 1 patches 25-Aug-2026 14:47:13: starting AI patch evaluation... 25-Aug-2026 15:00:11: AI verdict: WorthFuzzing=true (Reason: The patch modifies `__do_once_sleepable_done` in `lib/once.c` to defer the static branch disable operation to a workqueue using `once_disable_jump`. This is a functional change in a core kernel primitive used by `DO_ONCE_SLEEPABLE` and `get_random_sleepable_once`, which are reachable during network connection setup (e.g., `__inet_hash_connect`). It is worth fuzzing to ensure the deferred workqueue execution does not introduce regressions or race conditions.)