On Fri, Mar 17, 2023 at 05:08:08PM -0700, Luis Chamberlain wrote: > I'm not sure yet why we don't see the module delete work, I guess > because it's refcnt is still not 0 and so the unload probably won't > help at all unless we have a loop just dedicated to that. <insert self deprecating humor> The reason was because the module_name is the full path, and the system call wants just the module name. </end self deprecating humor> I'll fix. Luis