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] [day] [month] [year] [list]
Message-ID: <20251105081731.3c3a979e@canb.auug.org.au>
Date: Wed, 5 Nov 2025 08:17:31 +1100
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Daniel Gomez <da.gomez@...nel.org>
Cc: Uwe Kleine-König <ukleinek@...nel.org>, Luis
 Chamberlain <mcgrof@...nel.org>, Daniel Gomez <da.gomez@...sung.com>, Sami
 Tolvanen <samitolvanen@...gle.com>, Petr Pavlu <petr.pavlu@...e.com>,
 Andreas Hindborg <a.hindborg@...nel.org>, Linux Kernel Mailing List
 <linux-kernel@...r.kernel.org>, Linux Next Mailing List
 <linux-next@...r.kernel.org>, Michal Wilczynski <m.wilczynski@...sung.com>
Subject: Re: linux-next: manual merge of the pwm tree with the modules tree

Hi Daniel,

On Tue, 4 Nov 2025 09:48:35 +0100 Daniel Gomez <da.gomez@...nel.org> wrote:
>

> >>       }
> >>  -    if let Some(imports) = info.imports_ns {
> >> ++    if let Some(imports) = &info.imports_ns {
> >> +         for ns in imports {
> >> +             modinfo.emit("import_ns", &ns);  
> 
> Please, drop the '&'
> 
> +            modinfo.emit("import_ns", ns);

I will do that from today.

-- 
Cheers,
Stephen Rothwell

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ