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
| ||
|
Message-ID: <2003093.xT3MtFJFAa@wuerfel> Date: Mon, 25 Aug 2014 13:33:33 +0200 From: Arnd Bergmann <arnd@...db.de> To: linaro-kernel@...ts.linaro.org Cc: Mark Brown <broonie@...nel.org>, Chien Yen <chien.yen@...cle.com>, "David S. Miller" <davem@...emloft.net>, netdev@...r.kernel.org, rds-devel@....oracle.com, Mark Brown <broonie@...aro.org> Subject: Re: [PATCH] net: rds: Don't allocate rds_sock on stack On Sunday 24 August 2014 19:32:35 Mark Brown wrote: > From: Mark Brown <broonie@...aro.org> > > struct rds_sock is rather large ausing the following warning in an ARM > allmodconfig: > > net/rds/iw_rdma.c:200:1: warning: the frame size of 1056 bytes is larger than 1024 bytes [-Wframe-larger-than=] > > Fix this by dynamically allocating struct rds_sock in rds_iw_update_cm_id > instead of allocating it on the stack. > > Signed-off-by: Mark Brown <broonie@...aro.org> > Acked-by: Arnd Bergmann <arnd@...db.de> -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists