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: <20241106181101.01eafbcf@kernel.org>
Date: Wed, 6 Nov 2024 18:11:01 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Tony Nguyen <anthony.l.nguyen@...el.com>
Cc: davem@...emloft.net, pabeni@...hat.com, edumazet@...gle.com,
 andrew+netdev@...n.ch, netdev@...r.kernel.org, Przemek Kitszel
 <przemyslaw.kitszel@...el.com>, Paul Greenwalt <paul.greenwalt@...el.com>,
 Ahmed Zaki <ahmed.zaki@...el.com>, Dan Nowlin <dan.nowlin@...el.com>,
 Michal Swiatkowski <michal.swiatkowski@...ux.intel.com>, Pucha Himasekhar
 Reddy <himasekharx.reddy.pucha@...el.com>, Simon Horman <horms@...nel.org>
Subject: Re: [PATCH net-next 05/15] ice: support optional flags in signature
 segment header

On Tue,  5 Nov 2024 14:23:39 -0800 Tony Nguyen wrote:
> +static bool ice_is_last_sign_seg(u32 flags)
> +{
> +	return !(flags & ICE_SIGN_SEG_FLAGS_VALID) /* behavior prior to valid */
> +	       || (flags & ICE_SIGN_SEG_FLAGS_LAST);
> +}

nit || goes at the end of previous line

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ