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: <3c2c0087-ff79-4a1a-b1a4-7d4d4100bdfc@redhat.com>
Date: Thu, 20 Mar 2025 19:14:20 +0100
From: Paolo Abeni <pabeni@...hat.com>
To: Sabrina Dubroca <sd@...asysnail.net>
Cc: netdev@...r.kernel.org, Andrew Lunn <andrew+netdev@...n.ch>,
 "David S. Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>,
 Jakub Kicinski <kuba@...nel.org>, Simon Horman <horms@...nel.org>
Subject: Re: [PATCH net-next v3] net: introduce per netns packet chains

On 3/20/25 4:03 PM, Sabrina Dubroca wrote:
> 2025-03-19, 17:24:03 +0100, Paolo Abeni wrote:
>>  /**
>> - * dev_nit_active - return true if any network interface taps are in use
>> + * dev_nit_active_rcu - return true if any network interface taps are in use
>> + *
>> + * The caller must hold the RCU lock
>>   *
>>   * @dev: network device to check for the presence of taps
>>   */
>> -bool dev_nit_active(struct net_device *dev)
>> +bool dev_nit_active_rcu(struct net_device *dev)
> 
> I guess that would have been a good time to make dev const? (same in
> the new wrapper)

Makes sense. I'll do in v4.

Thanks,

Paolo


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ