Re: [PATCH v3 3/6] module/dups: Avoid unnecessary kmod_dup_req allocations
Petr Pavlu <[email protected]> Thu, 6 Aug 2026 13:20:23 +0200
| Newsgroups | dev.linux.lists.sashiko-reviews,org.kernel.vger.linux-modules |
|---|---|
| Message-ID | <[email protected]> |
On 8/6/26 11:42 AM, [email protected] wrote: > Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider: > > Pre-existing issues: > - [High] A `request_module_nowait()` call can prematurely complete a concurrent `request_module(wait=true)` request, causing synchronous waiters to proceed before the module is actually loaded. This behavior is intentional.