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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <c58edf64-c61e-4ea1-ae4f-8d5c15003019@lunn.ch>
Date: Tue, 3 Feb 2026 14:52:30 +0100
From: Andrew Lunn <andrew@...n.ch>
To: Jiawen Wu <jiawenwu@...stnetic.com>
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>, Paolo Abeni <pabeni@...hat.com>,
	Simon Horman <horms@...nel.org>,
	Mengyuan Lou <mengyuanlou@...-swift.com>
Subject: Re: [PATCH net-next v1 1/7] net: ngbe: move the WOL functions to
 libwx

> -	ncsi_mask = wx->subsystem_device_id & NGBE_NCSI_MASK;
> -	wol_mask = wx->subsystem_device_id & NGBE_WOL_MASK;
> +	ncsi_mask = wx->subsystem_device_id & WX_NCSI_MASK;
> +	wol_mask = wx->subsystem_device_id & WX_WOL_MASK;

The ncsi_mask change seems like it should not be here. This patch is
about WoL.
     

    Andrew

---
pw-bot: cr


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ