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: <20250304170616.22763ca3@kernel.org>
Date: Tue, 4 Mar 2025 17:06:16 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Markus Elfring <Markus.Elfring@....de>
Cc: netdev@...r.kernel.org, Andrew Lunn <andrew+netdev@...n.ch>, Brett
 Creeley <brett.creeley@....com>, "David S. Miller" <davem@...emloft.net>,
 Eric Dumazet <edumazet@...gle.com>, Jacob Keller
 <jacob.e.keller@...el.com>, Paolo Abeni <pabeni@...hat.com>, Shannon Nelson
 <shannon.nelson@....com>, LKML <linux-kernel@...r.kernel.org>,
 kernel-janitors@...r.kernel.org, Qasim Ijaz <qasdev00@...il.com>, Natalie
 Vock <natalie.vock@....de>
Subject: Re: [PATCH net-next] ionic: Simplify maximum determination in
 ionic_adminq_napi()

On Sat, 1 Mar 2025 11:12:31 +0100 Markus Elfring wrote:
> Reduce nested max() calls by a single max3() call in this

max3() is literally a wrapper for max(a, max(b, c))
This patch is pointless.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ