lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 20 Mar 2023 18:04:21 -0700
From:   Luis Chamberlain <mcgrof@...nel.org>
To:     "Colin King (gmail)" <colin.i.king@...il.com>,
        Lucas De Marchi <lucas.de.marchi@...il.com>
Cc:     patches@...ts.linux.dev, linux-modules@...r.kernel.org,
        linux-kernel@...r.kernel.org, pmladek@...e.com, david@...hat.com,
        petr.pavlu@...e.com, prarit@...hat.com,
        christophe.leroy@...roup.eu, song@...nel.org
Subject: Re: [PATCH v2] stress-module: stress finit_module() and
 delete_module()

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ