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]
Date: Thu, 1 Feb 2024 21:02:39 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Saeed Mahameed <saeed@...nel.org>
Cc: "David S. Miller" <davem@...emloft.net>, Paolo Abeni
 <pabeni@...hat.com>, Eric Dumazet <edumazet@...gle.com>, Saeed Mahameed
 <saeedm@...dia.com>, netdev@...r.kernel.org, Tariq Toukan
 <tariqt@...dia.com>, Gal Pressman <gal@...dia.com>, Leon Romanovsky
 <leonro@...dia.com>
Subject: Re: [pull request][net-next V2 00/15] mlx5 updates 2024-01-26

On Wed, 31 Jan 2024 23:31:43 -0800 Saeed Mahameed wrote:
> v1->v2:
>  - Fix large stack buffer usage in patch #13

The warning is still there on 32b build:

drivers/net/ethernet/mellanox/mlx5/core/steering/dr_dbg.c:1044:1: warning: the frame size of 1052 bytes is larger than 1024 bytes [-Wframe-larger-than=]
 1044 | }
      | ^

Something gets inlined? Perhaps noinline_for_stack can fence it off?

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ