On Thu, May 14, 2026 at 02:32:33PM +0800, Chen Pei wrote: > daxctl_insert_kmod_for_mode() obtains a kmod reference via > kmod_module_new_from_name() and only stores it in dev->module after a > successful kmod_module_probe_insert_module() call. On the failure path > the local reference was returned without being released, leaking one > reference per failed enable attempt. > > Drop the reference before returning the error code.
Thanks! Reviewed-by: Alison Schofield <[email protected]>
