Re: [PATCH v2] stress-module: stress finit_module() and delete_module()

From: Colin King (gmail)
Date: Tue Mar 21 2023 - 04:49:26 EST


On 21/03/2023 01:04, Luis Chamberlain wrote:
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>

Ah, that explains it.


I'll fix.

Luis

OK, I'll wait for a v3.

Thank you,

Colin