Re: [PATCH v3 1/6] module/dups: Inform duplicate requests about the result directly

Petr Pavlu <[email protected]> Thu, 6 Aug 2026 13:19:38 +0200
Newsgroups dev.linux.lists.sashiko-reviews,org.kernel.vger.linux-modules
Message-ID <[email protected]>
On 8/6/26 11:25 AM, [email protected] wrote:
> Thank you for your contribution! Sashiko AI review found 2 potential issue(s) to consider:
> 
> Pre-existing issues:
> - [Critical] Re-arming `delete_work` while it is currently executing leads to a Use-After-Free and timer corruption.
> - [High] Waiters sleep in `wait_for_completion_state()` without holding a reference to `kmod_req`, allowing `delete_work` to free the structure out from under them.

The series fixes these use-after-free problems in patch 2.